Color Hex Logo

#d136ab Color Hex

#D136AB
(209,54,171)
0 Favorites   0 Comments

Color spaces of #d136ab

RGB 20954171
HSL0.870.630.52
HSV315°74°82°
CMYK 0.000.740.18   0.18
XYZ34.964319.133940.3785
Yxy19.13390.37010.2025
Hunter Lab43.742366.1304-24.1109
CIE-Lab50.843570.1419-28.4426

#d136ab color RGB value is (209,54,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110110 10101011
Octal 321 66 253
Decimal 209 54 171
Hex D1 36 AB

RGB Percentages of Color #d136ab

%48.16
%12.44
%39.40

CMYK Percentages of Color #d136ab

%0
%74
%18
%18

Triadic Colors of #d136ab

#d136ab #abd136 #36abd1

Analogous Colors of #d136ab

#d136ab #d1365d #aa36d1

Monochromatic Colors of #d136ab

#d136ab

Complementary Color

#d136ab #36d15c

#d136ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d136ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d136ab Color CSS Codes

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

#d136ab Text Font Color

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

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


#d136ab Background Color

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

This div background color is #d136ab


#d136ab Border Color

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

This div border color is #d136ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d136ab


Comments

No comments written yet.

Please login to write comment.