Color Hex Logo

#cc12ff Color Hex

#CC12FF
(204,18,255)
0 Favorites   0 Comments

Color spaces of #cc12ff

RGB 20418255
HSL0.801.000.54
HSV287°93°100°
CMYK 0.200.930.00   0.00
XYZ43.168120.490096.2875
Yxy20.49000.26990.1281
Hunter Lab45.265991.0124-94.4328
CIE-Lab52.386889.5659-74.0618

#cc12ff color RGB value is (204,18,255).

#cc12ff hex color red value is 204, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cc12ff hue: 0.80 , saturation: 1.00 and the lightness value of cc12ff is 0.54.

The process color (four color CMYK) of #cc12ff color hex is 0.20, 0.93, 0.00, 0.00. Web safe color of #cc12ff is #cc00ff. Color #cc12ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 11111111
Octal 314 22 377
Decimal 204 18 255
Hex CC 12 FF

RGB Percentages of Color #cc12ff

%42.77
%3.77
%53.46

CMYK Percentages of Color #cc12ff

%20
%93
%0
%0

Triadic Colors of #cc12ff

#cc12ff #ffcc12 #12ffcc

Analogous Colors of #cc12ff

#cc12ff #ff12bc #5512ff

Monochromatic Colors of #cc12ff

#cc12ff

Complementary Color

#cc12ff #45ff12

#cc12ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc12ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc12ff Color CSS Codes

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

#cc12ff Text Font Color

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

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


#cc12ff Background Color

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

This div background color is #cc12ff


#cc12ff Border Color

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

This div border color is #cc12ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc12ff

Related Colors


Comments

No comments written yet.

Please login to write comment.