Color Hex Logo

#d033dd Color Hex

#D033DD
(208,51,221)
0 Favorites   0 Comments

Color spaces of #d033dd

RGB 20851221
HSL0.820.710.53
HSV295°77°87°
CMYK 0.060.770.00   0.13
XYZ40.247420.998070.3384
Yxy20.99800.30590.1596
Hunter Lab45.823676.5875-58.9326
CIE-Lab52.947378.2786-54.0170

#d033dd color RGB value is (208,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110011 11011101
Octal 320 63 335
Decimal 208 51 221
Hex D0 33 DD

RGB Percentages of Color #d033dd

%43.33
%10.63
%46.04

CMYK Percentages of Color #d033dd

%6
%77
%0
%13

Triadic Colors of #d033dd

#d033dd #ddd033 #33ddd0

Analogous Colors of #d033dd

#d033dd #dd3395 #7b33dd

Monochromatic Colors of #d033dd

#d033dd

Complementary Color

#d033dd #40dd33

#d033dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d033dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d033dd Color CSS Codes

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

#d033dd Text Font Color

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

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


#d033dd Background Color

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

This div background color is #d033dd


#d033dd Border Color

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

This div border color is #d033dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,51,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 #d033dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d033dd


Comments

No comments written yet.

Please login to write comment.