Color Hex Logo

#cc5edb Color Hex

#CC5EDB
(204,94,219)
0 Favorites   0 Comments

Color spaces of #cc5edb

RGB 20494219
HSL0.810.630.61
HSV293°57°86°
CMYK 0.070.570.00   0.14
XYZ41.690725.957269.8307
Yxy25.95720.30330.1888
Hunter Lab50.948256.9064-45.6004
CIE-Lab57.996460.9508-44.8947

#cc5edb color RGB value is (204,94,219).

#cc5edb hex color red value is 204, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc5edb hue: 0.81 , saturation: 0.63 and the lightness value of cc5edb is 0.61.

The process color (four color CMYK) of #cc5edb color hex is 0.07, 0.57, 0.00, 0.14. Web safe color of #cc5edb is #cc66cc. Color #cc5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 11011011
Octal 314 136 333
Decimal 204 94 219
Hex CC 5E DB

RGB Percentages of Color #cc5edb

%39.46
%18.18
%42.36

CMYK Percentages of Color #cc5edb

%7
%57
%0
%14

Triadic Colors of #cc5edb

#cc5edb #dbcc5e #5edbcc

Analogous Colors of #cc5edb

#cc5edb #db5eac #8e5edb

Monochromatic Colors of #cc5edb

#cc5edb

Complementary Color

#cc5edb #6ddb5e

#cc5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5edb Color CSS Codes

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

#cc5edb Text Font Color

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

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


#cc5edb Background Color

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

This div background color is #cc5edb


#cc5edb Border Color

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

This div border color is #cc5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5edb


Comments

No comments written yet.

Please login to write comment.