Color Hex Logo

#dc5bae Color Hex

#DC5BAE
(220,91,174)
0 Favorites   0 Comments

Color spaces of #dc5bae

RGB 22091174
HSL0.890.650.61
HSV321°59°86°
CMYK 0.000.590.21   0.14
XYZ40.896325.753842.8599
Yxy25.75380.37340.2352
Hunter Lab50.748255.0379-14.5502
CIE-Lab57.802659.3577-19.3293

#dc5bae color RGB value is (220,91,174).

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

The process color (four color CMYK) of #dc5bae color hex is 0.00, 0.59, 0.21, 0.14. Web safe color of #dc5bae is #cc6699. Color #dc5bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011011 10101110
Octal 334 133 256
Decimal 220 91 174
Hex DC 5B AE

RGB Percentages of Color #dc5bae

%45.36
%18.76
%35.88

CMYK Percentages of Color #dc5bae

%0
%59
%21
%14

Triadic Colors of #dc5bae

#dc5bae #aedc5b #5baedc

Analogous Colors of #dc5bae

#dc5bae #dc5b6e #ca5bdc

Monochromatic Colors of #dc5bae

#dc5bae

Complementary Color

#dc5bae #5bdc89

#dc5bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5bae Color CSS Codes

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

#dc5bae Text Font Color

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

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


#dc5bae Background Color

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

This div background color is #dc5bae


#dc5bae Border Color

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

This div border color is #dc5bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5bae


Comments

No comments written yet.

Please login to write comment.