Color Hex Logo

#d036dd Color Hex

#D036DD
(208,54,221)
0 Favorites   0 Comments

Color spaces of #d036dd

RGB 20854221
HSL0.820.710.54
HSV295°76°87°
CMYK 0.060.760.00   0.13
XYZ40.382721.268770.3835
Yxy21.26870.30580.1611
Hunter Lab46.118075.5950-58.2035
CIE-Lab53.242377.4273-53.5453

#d036dd color RGB value is (208,54,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 11011101
Octal 320 66 335
Decimal 208 54 221
Hex D0 36 DD

RGB Percentages of Color #d036dd

%43.06
%11.18
%45.76

CMYK Percentages of Color #d036dd

%6
%76
%0
%13

Triadic Colors of #d036dd

#d036dd #ddd036 #36ddd0

Analogous Colors of #d036dd

#d036dd #dd3697 #7d36dd

Monochromatic Colors of #d036dd

#d036dd

Complementary Color

#d036dd #43dd36

#d036dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036dd Color CSS Codes

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

#d036dd Text Font Color

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

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


#d036dd Background Color

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

This div background color is #d036dd


#d036dd Border Color

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

This div border color is #d036dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036dd


Comments

No comments written yet.

Please login to write comment.