Color Hex Logo

#cd0068 Color Hex

#CD0068
(205,0,104)
0 Favorites   0 Comments

Color spaces of #cd0068

RGB 2050104
HSL0.921.000.40
HSV330°100°80°
CMYK 0.001.000.49   0.20
XYZ27.675513.978614.3362
Yxy13.97860.49430.2497
Hunter Lab37.388066.70123.4372
CIE-Lab44.202271.91012.0500

#cd0068 color RGB value is (205,0,104).

#cd0068 hex color red value is 205, green value is 0 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cd0068 hue: 0.92 , saturation: 1.00 and the lightness value of cd0068 is 0.40.

The process color (four color CMYK) of #cd0068 color hex is 0.00, 1.00, 0.49, 0.20. Web safe color of #cd0068 is #cc0066. Color #cd0068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 01101000
Octal 315 0 150
Decimal 205 0 104
Hex CD 0 68

RGB Percentages of Color #cd0068

%66.34
%0.00
%33.66

CMYK Percentages of Color #cd0068

%0
%100
%49
%20

Triadic Colors of #cd0068

#cd0068 #68cd00 #0068cd

Analogous Colors of #cd0068

#cd0068 #cd0001 #cc00cd

Monochromatic Colors of #cd0068

#cd0068

Complementary Color

#cd0068 #00cd65

#cd0068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd0068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd0068 Color CSS Codes

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

#cd0068 Text Font Color

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

This sample text font color is #cd0068
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.


#cd0068 Background Color

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

This div background color is #cd0068


#cd0068 Border Color

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

This div border color is #cd0068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd0068


Comments

No comments written yet.

Please login to write comment.