Color Hex Logo

#cc68ec Color Hex

#CC68EC
(204,104,236)
0 Favorites   0 Comments

Color spaces of #cc68ec

RGB 204104236
HSL0.790.780.67
HSV285°56°93°
CMYK 0.140.560.00   0.07
XYZ44.992528.794182.5433
Yxy28.79410.28780.1842
Hunter Lab53.660155.7620-53.6414
CIE-Lab60.599559.5060-50.2951

#cc68ec color RGB value is (204,104,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 11101100
Octal 314 150 354
Decimal 204 104 236
Hex CC 68 EC

RGB Percentages of Color #cc68ec

%37.50
%19.12
%43.38

CMYK Percentages of Color #cc68ec

%14
%56
%0
%7

Triadic Colors of #cc68ec

#cc68ec #eccc68 #68eccc

Analogous Colors of #cc68ec

#cc68ec #ec68ca #8a68ec

Monochromatic Colors of #cc68ec

#cc68ec

Complementary Color

#cc68ec #88ec68

#cc68ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc68ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc68ec Color CSS Codes

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

#cc68ec Text Font Color

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

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


#cc68ec Background Color

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

This div background color is #cc68ec


#cc68ec Border Color

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

This div border color is #cc68ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc68ec


Comments

No comments written yet.

Please login to write comment.