color codes Logo

#cd068d color codes

#CD068D
(205,6,141)
0 Favorites   0 Comments

Color spaces of #cd068d

RGB 2056141
HSL0.890.940.41
HSV319°97°80°
CMYK 0.000.970.31   0.20
XYZ30.049715.032526.5171
Yxy15.03250.41970.2100
Hunter Lab38.771870.4942-13.4099
CIE-Lab45.678774.7640-18.5544

#cd068d color RGB value is (205,6,141).

#cd068d hex color red value is 205, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd068d hue: 0.89 , saturation: 0.94 and the lightness value of cd068d is 0.41.

The process color (four color CMYK) of #cd068d color code is 0.00, 0.97, 0.31, 0.20. Web safe color of #cd068d is #cc0099. Color #cd068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000110 10001101
Octal 315 6 215
Decimal 205 6 141
Hex CD 6 8D

RGB Percentages of Color #cd068d

%58.24
%1.70
%40.06

CMYK Percentages of Color #cd068d

%0
%97
%31
%20

Triadic Colors of #cd068d

#cd068d #8dcd06 #068dcd

Analogous Colors of #cd068d

#cd068d #cd062a #aa06cd

Monochromatic Colors of #cd068d

#cd068d

Complementary Color

#cd068d #06cd46

#cd068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd068d Color CSS Codes

.mybgcolor {background-color:#cd068d; } 
.myforecolor {color:#cd068d; }
.mybordercolor {border:3px solid #cd068d; }

#cd068d Text Font Color

<p style="color:#cd068d">Text here</p>

This sample text font color is #cd068d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cd068d Background Color

<div style="background-color:#cd068d">
Div content here</div>

This div background color is #cd068d


#cd068d Border Color

<div style="border:3px solid #cd068d">
Div here</div>

This div border color is #cd068d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,6,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd068d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd068d;
  -webkit-box-shadow: 1px 1px 3px 2px #cd068d;
  box-shadow:         1px 1px 3px 2px #cd068d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,6,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cd068d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cd068d;
  -webkit-box-shadow: 1px 1px 3px 2px #cd068d;
  box-shadow:         1px 1px 3px 2px #cd068d;">
Div content here</div>

This div box has shadow with color #cd068d


Comments

No comments written yet.

Please login to write comment.