Color Hex Logo

#cc018d Color Hex

#CC018D
(204,1,141)
0 Favorites   0 Comments

Color spaces of #cc018d

RGB 2041141
HSL0.890.990.40
HSV319°100°80°
CMYK 0.001.000.31   0.20
XYZ29.720414.782226.4861
Yxy14.78220.41870.2082
Hunter Lab38.447670.6989-13.9308
CIE-Lab45.334474.9990-19.0993

#cc018d color RGB value is (204,1,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 10001101
Octal 314 1 215
Decimal 204 1 141
Hex CC 1 8D

RGB Percentages of Color #cc018d

%58.96
%0.29
%40.75

CMYK Percentages of Color #cc018d

%0
%100
%31
%20

Triadic Colors of #cc018d

#cc018d #8dcc01 #018dcc

Analogous Colors of #cc018d

#cc018d #cc0127 #a601cc

Monochromatic Colors of #cc018d

#cc018d

Complementary Color

#cc018d #01cc40

#cc018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc018d Color CSS Codes

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

#cc018d Text Font Color

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

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


#cc018d Background Color

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

This div background color is #cc018d


#cc018d Border Color

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

This div border color is #cc018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc018d


Comments

No comments written yet.

Please login to write comment.