Color Hex Logo

#d036da Color Hex

#D036DA
(208,54,218)
0 Favorites   0 Comments

Color spaces of #d036da

RGB 20854218
HSL0.820.690.53
HSV296°75°85°
CMYK 0.050.750.00   0.15
XYZ39.986521.110268.2968
Yxy21.11020.30900.1631
Hunter Lab45.945874.9427-55.9703
CIE-Lab53.069976.9372-52.1165

#d036da color RGB value is (208,54,218).

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

The process color (four color CMYK) of #d036da color hex is 0.05, 0.75, 0.00, 0.15. Web safe color of #d036da is #cc33cc. Color #d036da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 11011010
Octal 320 66 332
Decimal 208 54 218
Hex D0 36 DA

RGB Percentages of Color #d036da

%43.33
%11.25
%45.42

CMYK Percentages of Color #d036da

%5
%75
%0
%15

Triadic Colors of #d036da

#d036da #dad036 #36dad0

Analogous Colors of #d036da

#d036da #da3692 #7e36da

Monochromatic Colors of #d036da

#d036da

Complementary Color

#d036da #40da36

#d036da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036da Color CSS Codes

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

#d036da Text Font Color

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

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


#d036da Background Color

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

This div background color is #d036da


#d036da Border Color

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

This div border color is #d036da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036da


Comments

No comments written yet.

Please login to write comment.