Color Hex Logo

#cc27ba Color Hex

#CC27BA
(204,39,186)
0 Favorites   0 Comments

Color spaces of #cc27ba

RGB 20439186
HSL0.850.680.48
HSV307°81°80°
CMYK 0.000.810.09   0.20
XYZ34.490317.833648.0788
Yxy17.83360.34350.1776
Hunter Lab42.229871.8837-37.9409
CIE-Lab49.293775.1959-39.7228

#cc27ba color RGB value is (204,39,186).

#cc27ba hex color red value is 204, green value is 39 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc27ba hue: 0.85 , saturation: 0.68 and the lightness value of cc27ba is 0.48.

The process color (four color CMYK) of #cc27ba color hex is 0.00, 0.81, 0.09, 0.20. Web safe color of #cc27ba is #cc33cc. Color #cc27ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 10111010
Octal 314 47 272
Decimal 204 39 186
Hex CC 27 BA

RGB Percentages of Color #cc27ba

%47.55
%9.09
%43.36

CMYK Percentages of Color #cc27ba

%0
%81
%9
%20

Triadic Colors of #cc27ba

#cc27ba #bacc27 #27bacc

Analogous Colors of #cc27ba

#cc27ba #cc2768 #8c27cc

Monochromatic Colors of #cc27ba

#cc27ba

Complementary Color

#cc27ba #27cc39

#cc27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc27ba Color CSS Codes

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

#cc27ba Text Font Color

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

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


#cc27ba Background Color

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

This div background color is #cc27ba


#cc27ba Border Color

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

This div border color is #cc27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc27ba


Comments

No comments written yet.

Please login to write comment.