Color Hex Logo

#cc45ec Color Hex

#CC45EC
(204,69,236)
0 Favorites   0 Comments

Color spaces of #cc45ec

RGB 20469236
HSL0.800.810.60
HSV289°71°93°
CMYK 0.140.710.00   0.07
XYZ42.170323.149781.6026
Yxy23.14970.28700.1576
Hunter Lab48.114172.2491-66.8772
CIE-Lab55.226274.3426-58.8640

#cc45ec color RGB value is (204,69,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000101 11101100
Octal 314 105 354
Decimal 204 69 236
Hex CC 45 EC

RGB Percentages of Color #cc45ec

%40.08
%13.56
%46.37

CMYK Percentages of Color #cc45ec

%14
%71
%0
%7

Triadic Colors of #cc45ec

#cc45ec #eccc45 #45eccc

Analogous Colors of #cc45ec

#cc45ec #ec45b9 #7945ec

Monochromatic Colors of #cc45ec

#cc45ec

Complementary Color

#cc45ec #65ec45

#cc45ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc45ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc45ec Color CSS Codes

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

#cc45ec Text Font Color

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

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


#cc45ec Background Color

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

This div background color is #cc45ec


#cc45ec Border Color

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

This div border color is #cc45ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,69,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 #cc45ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc45ec


Comments

No comments written yet.

Please login to write comment.