Color Hex Logo

#d137ab Color Hex

#D137AB
(209,55,171)
0 Favorites   0 Comments

Color spaces of #d137ab

RGB 20955171
HSL0.870.630.52
HSV315°74°82°
CMYK 0.000.740.18   0.18
XYZ35.011419.228040.3941
Yxy19.22800.37000.2032
Hunter Lab43.849765.7845-23.9227
CIE-Lab50.952969.8311-28.2725

#d137ab color RGB value is (209,55,171).

#d137ab hex color red value is 209, green value is 55 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d137ab hue: 0.87 , saturation: 0.63 and the lightness value of d137ab is 0.52.

The process color (four color CMYK) of #d137ab color hex is 0.00, 0.74, 0.18, 0.18. Web safe color of #d137ab is #cc3399. Color #d137ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110111 10101011
Octal 321 67 253
Decimal 209 55 171
Hex D1 37 AB

RGB Percentages of Color #d137ab

%48.05
%12.64
%39.31

CMYK Percentages of Color #d137ab

%0
%74
%18
%18

Triadic Colors of #d137ab

#d137ab #abd137 #37abd1

Analogous Colors of #d137ab

#d137ab #d1375e #aa37d1

Monochromatic Colors of #d137ab

#d137ab

Complementary Color

#d137ab #37d15d

#d137ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d137ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d137ab Color CSS Codes

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

#d137ab Text Font Color

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

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


#d137ab Background Color

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

This div background color is #d137ab


#d137ab Border Color

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

This div border color is #d137ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d137ab


Comments

No comments written yet.

Please login to write comment.