Color Hex Logo

#cc27ec Color Hex

#CC27EC
(204,39,236)
0 Favorites   0 Comments

Color spaces of #cc27ec

RGB 20439236
HSL0.810.840.54
HSV290°83°93°
CMYK 0.140.830.00   0.07
XYZ40.767720.344581.1351
Yxy20.34450.28660.1430
Hunter Lab45.104982.4023-75.0780
CIE-Lab52.224583.0052-63.6918

#cc27ec color RGB value is (204,39,236).

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

The process color (four color CMYK) of #cc27ec color hex is 0.14, 0.83, 0.00, 0.07. Web safe color of #cc27ec is #cc33ff. Color #cc27ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 11101100
Octal 314 47 354
Decimal 204 39 236
Hex CC 27 EC

RGB Percentages of Color #cc27ec

%42.59
%8.14
%49.27

CMYK Percentages of Color #cc27ec

%14
%83
%0
%7

Triadic Colors of #cc27ec

#cc27ec #eccc27 #27eccc

Analogous Colors of #cc27ec

#cc27ec #ec27aa #6a27ec

Monochromatic Colors of #cc27ec

#cc27ec

Complementary Color

#cc27ec #47ec27

#cc27ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc27ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc27ec Color CSS Codes

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

#cc27ec Text Font Color

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

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


#cc27ec Background Color

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

This div background color is #cc27ec


#cc27ec Border Color

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

This div border color is #cc27ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc27ec


Comments

No comments written yet.

Please login to write comment.