Color Hex Logo

#cc18ce Color Hex

#CC18CE
(204,24,206)
0 Favorites   0 Comments

Color spaces of #cc18ce

RGB 20424206
HSL0.830.790.45
HSV299°88°81°
CMYK 0.010.880.00   0.19
XYZ36.369117.946959.9397
Yxy17.94690.31830.1571
Hunter Lab42.363879.1048-54.2336
CIE-Lab49.431680.9627-51.1004

#cc18ce color RGB value is (204,24,206).

#cc18ce hex color red value is 204, green value is 24 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cc18ce hue: 0.83 , saturation: 0.79 and the lightness value of cc18ce is 0.45.

The process color (four color CMYK) of #cc18ce color hex is 0.01, 0.88, 0.00, 0.19. Web safe color of #cc18ce is #cc00cc. Color #cc18ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 11001110
Octal 314 30 316
Decimal 204 24 206
Hex CC 18 CE

RGB Percentages of Color #cc18ce

%47.00
%5.53
%47.47

CMYK Percentages of Color #cc18ce

%1
%88
%0
%19

Triadic Colors of #cc18ce

#cc18ce #cecc18 #18cecc

Analogous Colors of #cc18ce

#cc18ce #ce1875 #7118ce

Monochromatic Colors of #cc18ce

#cc18ce

Complementary Color

#cc18ce #1ace18

#cc18ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc18ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc18ce Color CSS Codes

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

#cc18ce Text Font Color

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

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


#cc18ce Background Color

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

This div background color is #cc18ce


#cc18ce Border Color

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

This div border color is #cc18ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc18ce


Comments

No comments written yet.

Please login to write comment.