Color Hex Logo

#d033ed Color Hex

#D033ED
(208,51,237)
0 Favorites   0 Comments

Color spaces of #d033ed

RGB 20851237
HSL0.810.840.56
HSV291°78°93°
CMYK 0.120.780.00   0.07
XYZ42.482321.892082.1073
Yxy21.89200.29000.1495
Hunter Lab46.788980.1898-71.2926
CIE-Lab53.912280.9444-61.5032

#d033ed color RGB value is (208,51,237).

#d033ed hex color red value is 208, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d033ed hue: 0.81 , saturation: 0.84 and the lightness value of d033ed is 0.56.

The process color (four color CMYK) of #d033ed color hex is 0.12, 0.78, 0.00, 0.07. Web safe color of #d033ed is #cc33ff. Color #d033ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110011 11101101
Octal 320 63 355
Decimal 208 51 237
Hex D0 33 ED

RGB Percentages of Color #d033ed

%41.94
%10.28
%47.78

CMYK Percentages of Color #d033ed

%12
%78
%0
%7

Triadic Colors of #d033ed

#d033ed #edd033 #33edd0

Analogous Colors of #d033ed

#d033ed #ed33ad #7333ed

Monochromatic Colors of #d033ed

#d033ed

Complementary Color

#d033ed #50ed33

#d033ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d033ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d033ed Color CSS Codes

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

#d033ed Text Font Color

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

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


#d033ed Background Color

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

This div background color is #d033ed


#d033ed Border Color

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

This div border color is #d033ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d033ed


Comments

No comments written yet.

Please login to write comment.