Color Hex Logo

#d033de Color Hex

#D033DE
(208,51,222)
0 Favorites   0 Comments

Color spaces of #d033de

RGB 20851222
HSL0.820.720.54
HSV295°77°87°
CMYK 0.060.770.00   0.13
XYZ40.381121.051571.0423
Yxy21.05150.30480.1589
Hunter Lab45.881976.8062-59.6857
CIE-Lab53.005878.4418-54.4910

#d033de color RGB value is (208,51,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110011 11011110
Octal 320 63 336
Decimal 208 51 222
Hex D0 33 DE

RGB Percentages of Color #d033de

%43.24
%10.60
%46.15

CMYK Percentages of Color #d033de

%6
%77
%0
%13

Triadic Colors of #d033de

#d033de #ded033 #33ded0

Analogous Colors of #d033de

#d033de #de3397 #7b33de

Monochromatic Colors of #d033de

#d033de

Complementary Color

#d033de #41de33

#d033de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d033de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d033de Color CSS Codes

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

#d033de Text Font Color

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

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


#d033de Background Color

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

This div background color is #d033de


#d033de Border Color

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

This div border color is #d033de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d033de


Comments

No comments written yet.

Please login to write comment.