Color Hex Logo

#cc12bf Color Hex

#CC12BF
(204,18,191)
0 Favorites   0 Comments

Color spaces of #cc12bf

RGB 20418191
HSL0.840.840.44
HSV304°91°80°
CMYK 0.000.910.06   0.20
XYZ34.522117.031650.7581
Yxy17.03160.33740.1665
Hunter Lab41.269477.0951-44.0335
CIE-Lab48.299879.5892-44.2144

#cc12bf color RGB value is (204,18,191).

#cc12bf hex color red value is 204, green value is 18 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc12bf hue: 0.84 , saturation: 0.84 and the lightness value of cc12bf is 0.44.

The process color (four color CMYK) of #cc12bf color hex is 0.00, 0.91, 0.06, 0.20. Web safe color of #cc12bf is #cc00cc. Color #cc12bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 10111111
Octal 314 22 277
Decimal 204 18 191
Hex CC 12 BF

RGB Percentages of Color #cc12bf

%49.39
%4.36
%46.25

CMYK Percentages of Color #cc12bf

%0
%91
%6
%20

Triadic Colors of #cc12bf

#cc12bf #bfcc12 #12bfcc

Analogous Colors of #cc12bf

#cc12bf #cc1262 #7c12cc

Monochromatic Colors of #cc12bf

#cc12bf

Complementary Color

#cc12bf #12cc1f

#cc12bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc12bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc12bf Color CSS Codes

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

#cc12bf Text Font Color

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

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


#cc12bf Background Color

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

This div background color is #cc12bf


#cc12bf Border Color

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

This div border color is #cc12bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc12bf


Comments

No comments written yet.

Please login to write comment.