Color Hex Logo

#cc27c3 Color Hex

#CC27C3
(204,39,195)
0 Favorites   0 Comments

Color spaces of #cc27c3

RGB 20439195
HSL0.840.680.48
HSV303°81°80°
CMYK 0.000.810.04   0.20
XYZ35.477718.228553.2783
Yxy18.22850.33160.1704
Hunter Lab42.694873.6103-44.1008
CIE-Lab49.772176.5050-44.2013

#cc27c3 color RGB value is (204,39,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 11000011
Octal 314 47 303
Decimal 204 39 195
Hex CC 27 C3

RGB Percentages of Color #cc27c3

%46.58
%8.90
%44.52

CMYK Percentages of Color #cc27c3

%0
%81
%4
%20

Triadic Colors of #cc27c3

#cc27c3 #c3cc27 #27c3cc

Analogous Colors of #cc27c3

#cc27c3 #cc2771 #8327cc

Monochromatic Colors of #cc27c3

#cc27c3

Complementary Color

#cc27c3 #27cc30

#cc27c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc27c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc27c3 Color CSS Codes

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

#cc27c3 Text Font Color

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

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


#cc27c3 Background Color

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

This div background color is #cc27c3


#cc27c3 Border Color

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

This div border color is #cc27c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc27c3


Comments

No comments written yet.

Please login to write comment.