Color Hex Logo

#cc68eb Color Hex

#CC68EB
(204,104,235)
0 Favorites   0 Comments

Color spaces of #cc68eb

RGB 204104235
HSL0.790.770.66
HSV286°56°92°
CMYK 0.130.560.00   0.08
XYZ44.847628.736281.7802
Yxy28.73620.28870.1850
Hunter Lab53.606255.5246-52.9270
CIE-Lab60.548159.3087-49.8200

#cc68eb color RGB value is (204,104,235).

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

The process color (four color CMYK) of #cc68eb color hex is 0.13, 0.56, 0.00, 0.08. Web safe color of #cc68eb is #cc66ff. Color #cc68eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 11101011
Octal 314 150 353
Decimal 204 104 235
Hex CC 68 EB

RGB Percentages of Color #cc68eb

%37.57
%19.15
%43.28

CMYK Percentages of Color #cc68eb

%13
%56
%0
%8

Triadic Colors of #cc68eb

#cc68eb #ebcc68 #68ebcc

Analogous Colors of #cc68eb

#cc68eb #eb68c9 #8b68eb

Monochromatic Colors of #cc68eb

#cc68eb

Complementary Color

#cc68eb #87eb68

#cc68eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc68eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc68eb Color CSS Codes

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

#cc68eb Text Font Color

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

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


#cc68eb Background Color

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

This div background color is #cc68eb


#cc68eb Border Color

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

This div border color is #cc68eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc68eb


Comments

No comments written yet.

Please login to write comment.