Color Hex Logo

#cc67ec Color Hex

#CC67EC
(204,103,236)
0 Favorites   0 Comments

Color spaces of #cc67ec

RGB 204103236
HSL0.790.780.66
HSV286°56°93°
CMYK 0.140.560.00   0.07
XYZ44.892428.594082.5100
Yxy28.59400.28780.1833
Hunter Lab53.473456.2774-54.0538
CIE-Lab60.421659.9834-50.5773

#cc67ec color RGB value is (204,103,236).

#cc67ec hex color red value is 204, green value is 103 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc67ec hue: 0.79 , saturation: 0.78 and the lightness value of cc67ec is 0.66.

The process color (four color CMYK) of #cc67ec color hex is 0.14, 0.56, 0.00, 0.07. Web safe color of #cc67ec is #cc66ff. Color #cc67ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 11101100
Octal 314 147 354
Decimal 204 103 236
Hex CC 67 EC

RGB Percentages of Color #cc67ec

%37.57
%18.97
%43.46

CMYK Percentages of Color #cc67ec

%14
%56
%0
%7

Triadic Colors of #cc67ec

#cc67ec #eccc67 #67eccc

Analogous Colors of #cc67ec

#cc67ec #ec67ca #8a67ec

Monochromatic Colors of #cc67ec

#cc67ec

Complementary Color

#cc67ec #87ec67

#cc67ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc67ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc67ec Color CSS Codes

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

#cc67ec Text Font Color

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

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


#cc67ec Background Color

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

This div background color is #cc67ec


#cc67ec Border Color

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

This div border color is #cc67ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc67ec


Comments

No comments written yet.

Please login to write comment.