Color Hex Logo

#d251ab Color Hex

#D251AB
(210,81,171)
0 Favorites   0 Comments

Color spaces of #d251ab

RGB 21081171
HSL0.880.590.57
HSV318°61°82°
CMYK 0.000.610.19   0.18
XYZ36.871522.526840.9328
Yxy22.52680.36750.2245
Hunter Lab47.462455.6098-17.9095
CIE-Lab54.581560.4287-22.6523

#d251ab color RGB value is (210,81,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010001 10101011
Octal 322 121 253
Decimal 210 81 171
Hex D2 51 AB

RGB Percentages of Color #d251ab

%45.45
%17.53
%37.01

CMYK Percentages of Color #d251ab

%0
%61
%19
%18

Triadic Colors of #d251ab

#d251ab #abd251 #51abd2

Analogous Colors of #d251ab

#d251ab #d2516b #b951d2

Monochromatic Colors of #d251ab

#d251ab

Complementary Color

#d251ab #51d278

#d251ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d251ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d251ab Color CSS Codes

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

#d251ab Text Font Color

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

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


#d251ab Background Color

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

This div background color is #d251ab


#d251ab Border Color

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

This div border color is #d251ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d251ab


Comments

No comments written yet.

Please login to write comment.