Color Hex Logo

#dc5cbb Color Hex

#DC5CBB
(220,92,187)
0 Favorites   0 Comments

Color spaces of #dc5cbb

RGB 22092187
HSL0.880.650.61
HSV315°58°86°
CMYK 0.000.580.15   0.14
XYZ42.312026.457849.8905
Yxy26.45780.35660.2230
Hunter Lab51.437156.8184-21.5012
CIE-Lab58.469160.7914-25.7926

#dc5cbb color RGB value is (220,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 10111011
Octal 334 134 273
Decimal 220 92 187
Hex DC 5C BB

RGB Percentages of Color #dc5cbb

%44.09
%18.44
%37.47

CMYK Percentages of Color #dc5cbb

%0
%58
%15
%14

Triadic Colors of #dc5cbb

#dc5cbb #bbdc5c #5cbbdc

Analogous Colors of #dc5cbb

#dc5cbb #dc5c7b #bd5cdc

Monochromatic Colors of #dc5cbb

#dc5cbb

Complementary Color

#dc5cbb #5cdc7d

#dc5cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cbb Color CSS Codes

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

#dc5cbb Text Font Color

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

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


#dc5cbb Background Color

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

This div background color is #dc5cbb


#dc5cbb Border Color

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

This div border color is #dc5cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cbb


Comments

No comments written yet.

Please login to write comment.