Color Hex Logo

#d036ab Color Hex

#D036AB
(208,54,171)
0 Favorites   0 Comments

Color spaces of #d036ab

RGB 20854171
HSL0.870.620.51
HSV314°74°82°
CMYK 0.000.740.18   0.18
XYZ34.682318.988540.3653
Yxy18.98850.36880.2019
Hunter Lab43.575865.8118-24.4187
CIE-Lab50.673769.9078-28.7197

#d036ab color RGB value is (208,54,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 10101011
Octal 320 66 253
Decimal 208 54 171
Hex D0 36 AB

RGB Percentages of Color #d036ab

%48.04
%12.47
%39.49

CMYK Percentages of Color #d036ab

%0
%74
%18
%18

Triadic Colors of #d036ab

#d036ab #abd036 #36abd0

Analogous Colors of #d036ab

#d036ab #d0365e #a836d0

Monochromatic Colors of #d036ab

#d036ab

Complementary Color

#d036ab #36d05b

#d036ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036ab Color CSS Codes

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

#d036ab Text Font Color

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

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


#d036ab Background Color

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

This div background color is #d036ab


#d036ab Border Color

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

This div border color is #d036ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036ab


Comments

No comments written yet.

Please login to write comment.