Color Hex Logo

#cd5bae Color Hex

#CD5BAE
(205,91,174)
0 Favorites   0 Comments

Color spaces of #cd5bae

RGB 20591174
HSL0.880.530.58
HSV316°56°80°
CMYK 0.000.560.15   0.20
XYZ36.557923.517342.6569
Yxy23.51730.35590.2289
Hunter Lab48.494649.6974-18.2065
CIE-Lab55.601254.9967-22.8930

#cd5bae color RGB value is (205,91,174).

#cd5bae hex color red value is 205, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cd5bae hue: 0.88 , saturation: 0.53 and the lightness value of cd5bae is 0.58.

The process color (four color CMYK) of #cd5bae color hex is 0.00, 0.56, 0.15, 0.20. Web safe color of #cd5bae is #cc6699. Color #cd5bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011011 10101110
Octal 315 133 256
Decimal 205 91 174
Hex CD 5B AE

RGB Percentages of Color #cd5bae

%43.62
%19.36
%37.02

CMYK Percentages of Color #cd5bae

%0
%56
%15
%20

Triadic Colors of #cd5bae

#cd5bae #aecd5b #5baecd

Analogous Colors of #cd5bae

#cd5bae #cd5b75 #b35bcd

Monochromatic Colors of #cd5bae

#cd5bae

Complementary Color

#cd5bae #5bcd7a

#cd5bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5bae Color CSS Codes

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

#cd5bae Text Font Color

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

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


#cd5bae Background Color

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

This div background color is #cd5bae


#cd5bae Border Color

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

This div border color is #cd5bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5bae


Comments

No comments written yet.

Please login to write comment.