Color Hex Logo

#d138ab Color Hex

#D138AB
(209,56,171)
0 Favorites   0 Comments

Color spaces of #d138ab

RGB 20956171
HSL0.870.620.52
HSV315°73°82°
CMYK 0.000.730.18   0.18
XYZ35.059419.323940.4101
Yxy19.32390.36990.2039
Hunter Lab43.959065.4342-23.7322
CIE-Lab51.064069.5159-28.0999

#d138ab color RGB value is (209,56,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 10101011
Octal 321 70 253
Decimal 209 56 171
Hex D1 38 AB

RGB Percentages of Color #d138ab

%47.94
%12.84
%39.22

CMYK Percentages of Color #d138ab

%0
%73
%18
%18

Triadic Colors of #d138ab

#d138ab #abd138 #38abd1

Analogous Colors of #d138ab

#d138ab #d1385e #ab38d1

Monochromatic Colors of #d138ab

#d138ab

Complementary Color

#d138ab #38d15e

#d138ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d138ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d138ab Color CSS Codes

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

#d138ab Text Font Color

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

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


#d138ab Background Color

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

This div background color is #d138ab


#d138ab Border Color

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

This div border color is #d138ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d138ab


Comments

No comments written yet.

Please login to write comment.