Color Hex Logo

#cc18df Color Hex

#CC18DF
(204,24,223)
0 Favorites   0 Comments

Color spaces of #cc18df

RGB 20424223
HSL0.820.810.48
HSV294°89°87°
CMYK 0.090.890.00   0.13
XYZ38.547818.818471.4126
Yxy18.81840.29930.1461
Hunter Lab43.380282.7005-67.2373
CIE-Lab50.474183.5778-59.1569

#cc18df color RGB value is (204,24,223).

#cc18df hex color red value is 204, green value is 24 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc18df hue: 0.82 , saturation: 0.81 and the lightness value of cc18df is 0.48.

The process color (four color CMYK) of #cc18df color hex is 0.09, 0.89, 0.00, 0.13. Web safe color of #cc18df is #cc00cc. Color #cc18df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 11011111
Octal 314 30 337
Decimal 204 24 223
Hex CC 18 DF

RGB Percentages of Color #cc18df

%45.23
%5.32
%49.45

CMYK Percentages of Color #cc18df

%9
%89
%0
%13

Triadic Colors of #cc18df

#cc18df #dfcc18 #18dfcc

Analogous Colors of #cc18df

#cc18df #df188f #6918df

Monochromatic Colors of #cc18df

#cc18df

Complementary Color

#cc18df #2bdf18

#cc18df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc18df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc18df Color CSS Codes

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

#cc18df Text Font Color

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

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


#cc18df Background Color

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

This div background color is #cc18df


#cc18df Border Color

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

This div border color is #cc18df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,24,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc18df


Comments

No comments written yet.

Please login to write comment.