Color Hex Logo

#cc5bdf Color Hex

#CC5BDF
(204,91,223)
0 Favorites   0 Comments

Color spaces of #cc5bdf

RGB 20491223
HSL0.810.670.62
HSV291°59°87°
CMYK 0.090.590.00   0.13
XYZ41.962225.647372.5508
Yxy25.64730.29940.1830
Hunter Lab50.643259.2770-49.4879
CIE-Lab57.700763.0481-47.6155

#cc5bdf color RGB value is (204,91,223).

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

The process color (four color CMYK) of #cc5bdf color hex is 0.09, 0.59, 0.00, 0.13. Web safe color of #cc5bdf is #cc66cc. Color #cc5bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011011 11011111
Octal 314 133 337
Decimal 204 91 223
Hex CC 5B DF

RGB Percentages of Color #cc5bdf

%39.38
%17.57
%43.05

CMYK Percentages of Color #cc5bdf

%9
%59
%0
%13

Triadic Colors of #cc5bdf

#cc5bdf #dfcc5b #5bdfcc

Analogous Colors of #cc5bdf

#cc5bdf #df5bb0 #8a5bdf

Monochromatic Colors of #cc5bdf

#cc5bdf

Complementary Color

#cc5bdf #6edf5b

#cc5bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5bdf Color CSS Codes

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

#cc5bdf Text Font Color

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

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


#cc5bdf Background Color

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

This div background color is #cc5bdf


#cc5bdf Border Color

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

This div border color is #cc5bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5bdf


Comments

No comments written yet.

Please login to write comment.