Color Hex Logo

#d25bab Color Hex

#D25BAB
(210,91,171)
0 Favorites   0 Comments

Color spaces of #d25bab

RGB 21091171
HSL0.890.570.59
HSV320°57°82°
CMYK 0.000.570.19   0.18
XYZ37.670124.124141.1991
Yxy24.12410.36580.2342
Hunter Lab49.116350.9484-15.3515
CIE-Lab56.211856.0155-20.1538

#d25bab color RGB value is (210,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011011 10101011
Octal 322 133 253
Decimal 210 91 171
Hex D2 5B AB

RGB Percentages of Color #d25bab

%44.49
%19.28
%36.23

CMYK Percentages of Color #d25bab

%0
%57
%19
%18

Triadic Colors of #d25bab

#d25bab #abd25b #5babd2

Analogous Colors of #d25bab

#d25bab #d25b70 #be5bd2

Monochromatic Colors of #d25bab

#d25bab

Complementary Color

#d25bab #5bd282

#d25bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25bab Color CSS Codes

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

#d25bab Text Font Color

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

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


#d25bab Background Color

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

This div background color is #d25bab


#d25bab Border Color

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

This div border color is #d25bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25bab


Comments

No comments written yet.

Please login to write comment.