Color Hex Logo

#d35bab Color Hex

#D35BAB
(211,91,171)
0 Favorites   0 Comments

Color spaces of #d35bab

RGB 21191171
HSL0.890.580.59
HSV320°57°83°
CMYK 0.000.570.19   0.17
XYZ37.955724.271341.2124
Yxy24.27130.36690.2346
Hunter Lab49.265951.3056-15.1117
CIE-Lab56.358456.3095-19.9166

#d35bab color RGB value is (211,91,171).

#d35bab hex color red value is 211, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d35bab hue: 0.89 , saturation: 0.58 and the lightness value of d35bab is 0.59.

The process color (four color CMYK) of #d35bab color hex is 0.00, 0.57, 0.19, 0.17. Web safe color of #d35bab is #cc6699. Color #d35bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011011 10101011
Octal 323 133 253
Decimal 211 91 171
Hex D3 5B AB

RGB Percentages of Color #d35bab

%44.61
%19.24
%36.15

CMYK Percentages of Color #d35bab

%0
%57
%19
%17

Triadic Colors of #d35bab

#d35bab #abd35b #5babd3

Analogous Colors of #d35bab

#d35bab #d35b6f #bf5bd3

Monochromatic Colors of #d35bab

#d35bab

Complementary Color

#d35bab #5bd383

#d35bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35bab Color CSS Codes

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

#d35bab Text Font Color

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

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


#d35bab Background Color

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

This div background color is #d35bab


#d35bab Border Color

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

This div border color is #d35bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35bab


Comments

No comments written yet.

Please login to write comment.