Color Hex Logo

#dc5bbb Color Hex

#DC5BBB
(220,91,187)
0 Favorites   0 Comments

Color spaces of #dc5bbb

RGB 22091187
HSL0.880.650.61
HSV315°59°86°
CMYK 0.000.590.15   0.14
XYZ42.225926.285749.8618
Yxy26.28570.35670.2221
Hunter Lab51.269657.2918-21.7733
CIE-Lab58.307261.2297-26.0420

#dc5bbb color RGB value is (220,91,187).

#dc5bbb hex color red value is 220, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc5bbb hue: 0.88 , saturation: 0.65 and the lightness value of dc5bbb is 0.61.

The process color (four color CMYK) of #dc5bbb color hex is 0.00, 0.59, 0.15, 0.14. Web safe color of #dc5bbb is #cc66cc. Color #dc5bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011011 10111011
Octal 334 133 273
Decimal 220 91 187
Hex DC 5B BB

RGB Percentages of Color #dc5bbb

%44.18
%18.27
%37.55

CMYK Percentages of Color #dc5bbb

%0
%59
%15
%14

Triadic Colors of #dc5bbb

#dc5bbb #bbdc5b #5bbbdc

Analogous Colors of #dc5bbb

#dc5bbb #dc5b7b #bd5bdc

Monochromatic Colors of #dc5bbb

#dc5bbb

Complementary Color

#dc5bbb #5bdc7c

#dc5bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5bbb Color CSS Codes

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

#dc5bbb Text Font Color

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

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


#dc5bbb Background Color

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

This div background color is #dc5bbb


#dc5bbb Border Color

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

This div border color is #dc5bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5bbb


Comments

No comments written yet.

Please login to write comment.