Color Hex Logo

#cc68ef Color Hex

#CC68EF
(204,104,239)
0 Favorites   0 Comments

Color spaces of #cc68ef

RGB 204104239
HSL0.790.810.67
HSV284°56°94°
CMYK 0.150.560.00   0.06
XYZ45.432128.970084.8586
Yxy28.97000.28530.1819
Hunter Lab53.823856.4784-55.8000
CIE-Lab60.755160.1001-51.7161

#cc68ef color RGB value is (204,104,239).

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

The process color (four color CMYK) of #cc68ef color hex is 0.15, 0.56, 0.00, 0.06. Web safe color of #cc68ef is #cc66ff. Color #cc68ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 11101111
Octal 314 150 357
Decimal 204 104 239
Hex CC 68 EF

RGB Percentages of Color #cc68ef

%37.29
%19.01
%43.69

CMYK Percentages of Color #cc68ef

%15
%56
%0
%6

Triadic Colors of #cc68ef

#cc68ef #efcc68 #68efcc

Analogous Colors of #cc68ef

#cc68ef #ef68cf #8968ef

Monochromatic Colors of #cc68ef

#cc68ef

Complementary Color

#cc68ef #8bef68

#cc68ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc68ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc68ef Color CSS Codes

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

#cc68ef Text Font Color

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

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


#cc68ef Background Color

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

This div background color is #cc68ef


#cc68ef Border Color

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

This div border color is #cc68ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc68ef


Comments

No comments written yet.

Please login to write comment.