Color Hex Logo

#d036be Color Hex

#D036BE
(208,54,190)
0 Favorites   0 Comments

Color spaces of #d036be

RGB 20854190
HSL0.850.620.51
HSV307°74°82°
CMYK 0.000.740.09   0.18
XYZ36.625919.765950.6000
Yxy19.76590.34230.1847
Hunter Lab44.458969.2481-36.3586
CIE-Lab51.571572.5915-38.4124

#d036be color RGB value is (208,54,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 10111110
Octal 320 66 276
Decimal 208 54 190
Hex D0 36 BE

RGB Percentages of Color #d036be

%46.02
%11.95
%42.04

CMYK Percentages of Color #d036be

%0
%74
%9
%18

Triadic Colors of #d036be

#d036be #bed036 #36bed0

Analogous Colors of #d036be

#d036be #d03671 #9536d0

Monochromatic Colors of #d036be

#d036be

Complementary Color

#d036be #36d048

#d036be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036be Color CSS Codes

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

#d036be Text Font Color

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

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


#d036be Background Color

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

This div background color is #d036be


#d036be Border Color

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

This div border color is #d036be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,54,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d036be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036be


Comments

No comments written yet.

Please login to write comment.