Color Hex Logo

#cc068d Color Hex

#CC068D
(204,6,141)
0 Favorites   0 Comments

Color spaces of #cc068d

RGB 2046141
HSL0.890.940.41
HSV319°97°80°
CMYK 0.000.970.31   0.20
XYZ29.774714.890726.5042
Yxy14.89070.41840.2092
Hunter Lab38.588570.2000-13.7110
CIE-Lab45.484174.5603-18.8696

#cc068d color RGB value is (204,6,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 10001101
Octal 314 6 215
Decimal 204 6 141
Hex CC 6 8D

RGB Percentages of Color #cc068d

%58.12
%1.71
%40.17

CMYK Percentages of Color #cc068d

%0
%97
%31
%20

Triadic Colors of #cc068d

#cc068d #8dcc06 #068dcc

Analogous Colors of #cc068d

#cc068d #cc062a #a806cc

Monochromatic Colors of #cc068d

#cc068d

Complementary Color

#cc068d #06cc45

#cc068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc068d Color CSS Codes

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

#cc068d Text Font Color

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

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


#cc068d Background Color

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

This div background color is #cc068d


#cc068d Border Color

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

This div border color is #cc068d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #cc068d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc068d


Comments

No comments written yet.

Please login to write comment.