Color Hex Logo

#d036df Color Hex

#D036DF
(208,54,223)
0 Favorites   0 Comments

Color spaces of #d036df

RGB 20854223
HSL0.820.730.54
HSV295°76°87°
CMYK 0.070.760.00   0.13
XYZ40.650921.375971.7955
Yxy21.37590.30380.1597
Hunter Lab46.234176.0349-59.7058
CIE-Lab53.358577.7570-54.4938

#d036df color RGB value is (208,54,223).

#d036df hex color red value is 208, green value is 54 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d036df hue: 0.82 , saturation: 0.73 and the lightness value of d036df is 0.54.

The process color (four color CMYK) of #d036df color hex is 0.07, 0.76, 0.00, 0.13. Web safe color of #d036df is #cc33cc. Color #d036df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 11011111
Octal 320 66 337
Decimal 208 54 223
Hex D0 36 DF

RGB Percentages of Color #d036df

%42.89
%11.13
%45.98

CMYK Percentages of Color #d036df

%7
%76
%0
%13

Triadic Colors of #d036df

#d036df #dfd036 #36dfd0

Analogous Colors of #d036df

#d036df #df369a #7c36df

Monochromatic Colors of #d036df

#d036df

Complementary Color

#d036df #45df36

#d036df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036df Color CSS Codes

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

#d036df Text Font Color

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

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


#d036df Background Color

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

This div background color is #d036df


#d036df Border Color

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

This div border color is #d036df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036df


Comments

No comments written yet.

Please login to write comment.