Color Hex Logo

#cc5deb Color Hex

#CC5DEB
(204,93,235)
0 Favorites   0 Comments

Color spaces of #cc5deb

RGB 20493235
HSL0.800.780.64
HSV287°60°92°
CMYK 0.130.600.00   0.08
XYZ43.811626.664281.4348
Yxy26.66420.28840.1755
Hunter Lab51.637461.0824-57.3572
CIE-Lab58.662264.4169-52.8152

#cc5deb color RGB value is (204,93,235).

#cc5deb hex color red value is 204, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc5deb hue: 0.80 , saturation: 0.78 and the lightness value of cc5deb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011101 11101011
Octal 314 135 353
Decimal 204 93 235
Hex CC 5D EB

RGB Percentages of Color #cc5deb

%38.35
%17.48
%44.17

CMYK Percentages of Color #cc5deb

%13
%60
%0
%8

Triadic Colors of #cc5deb

#cc5deb #ebcc5d #5debcc

Analogous Colors of #cc5deb

#cc5deb #eb5dc3 #855deb

Monochromatic Colors of #cc5deb

#cc5deb

Complementary Color

#cc5deb #7ceb5d

#cc5deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5deb Color CSS Codes

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

#cc5deb Text Font Color

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

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


#cc5deb Background Color

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

This div background color is #cc5deb


#cc5deb Border Color

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

This div border color is #cc5deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5deb


Comments

No comments written yet.

Please login to write comment.