Color Hex Logo

#dc5ffb Color Hex

#DC5FFB
(220,95,251)
0 Favorites   0 Comments

Color spaces of #dc5ffb

RGB 22095251
HSL0.800.950.68
HSV288°62°98°
CMYK 0.120.620.00   0.02
XYZ51.020030.365194.4388
Yxy30.36510.29020.1727
Hunter Lab55.104568.8360-63.0387
CIE-Lab61.968070.2847-56.3059

#dc5ffb color RGB value is (220,95,251).

#dc5ffb hex color red value is 220, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dc5ffb hue: 0.80 , saturation: 0.95 and the lightness value of dc5ffb is 0.68.

The process color (four color CMYK) of #dc5ffb color hex is 0.12, 0.62, 0.00, 0.02. Web safe color of #dc5ffb is #cc66ff. Color #dc5ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011111 11111011
Octal 334 137 373
Decimal 220 95 251
Hex DC 5F FB

RGB Percentages of Color #dc5ffb

%38.87
%16.78
%44.35

CMYK Percentages of Color #dc5ffb

%12
%62
%0
%2

Triadic Colors of #dc5ffb

#dc5ffb #fbdc5f #5ffbdc

Analogous Colors of #dc5ffb

#dc5ffb #fb5fcc #8e5ffb

Monochromatic Colors of #dc5ffb

#dc5ffb

Complementary Color

#dc5ffb #7efb5f

#dc5ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5ffb Color CSS Codes

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

#dc5ffb Text Font Color

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

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


#dc5ffb Background Color

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

This div background color is #dc5ffb


#dc5ffb Border Color

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

This div border color is #dc5ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5ffb


Comments

No comments written yet.

Please login to write comment.