Color Hex Logo

#cc5dfb Color Hex

#CC5DFB
(204,93,251)
0 Favorites   0 Comments

Color spaces of #cc5dfb

RGB 20493251
HSL0.780.950.67
HSV282°63°98°
CMYK 0.190.630.00   0.02
XYZ46.228827.631194.1636
Yxy27.63110.27510.1644
Hunter Lab52.565364.9934-69.4143
CIE-Lab59.554067.5495-60.2825

#cc5dfb color RGB value is (204,93,251).

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

The process color (four color CMYK) of #cc5dfb color hex is 0.19, 0.63, 0.00, 0.02. Web safe color of #cc5dfb is #cc66ff. Color #cc5dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011101 11111011
Octal 314 135 373
Decimal 204 93 251
Hex CC 5D FB

RGB Percentages of Color #cc5dfb

%37.23
%16.97
%45.80

CMYK Percentages of Color #cc5dfb

%19
%63
%0
%2

Triadic Colors of #cc5dfb

#cc5dfb #fbcc5d #5dfbcc

Analogous Colors of #cc5dfb

#cc5dfb #fb5ddb #7d5dfb

Monochromatic Colors of #cc5dfb

#cc5dfb

Complementary Color

#cc5dfb #8cfb5d

#cc5dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5dfb Color CSS Codes

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

#cc5dfb Text Font Color

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

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


#cc5dfb Background Color

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

This div background color is #cc5dfb


#cc5dfb Border Color

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

This div border color is #cc5dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5dfb


Comments

No comments written yet.

Please login to write comment.