Color Hex Logo

#d33eed Color Hex

#D33EED
(211,62,237)
0 Favorites   0 Comments

Color spaces of #d33eed

RGB 21162237
HSL0.810.830.59
HSV291°74°93°
CMYK 0.110.740.00   0.07
XYZ43.872723.408682.3267
Yxy23.40860.29330.1565
Hunter Lab48.382477.1927-67.0191
CIE-Lab55.490778.2664-58.9437

#d33eed color RGB value is (211,62,237).

#d33eed hex color red value is 211, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d33eed hue: 0.81 , saturation: 0.83 and the lightness value of d33eed is 0.59.

The process color (four color CMYK) of #d33eed color hex is 0.11, 0.74, 0.00, 0.07. Web safe color of #d33eed is #cc33ff. Color #d33eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111110 11101101
Octal 323 76 355
Decimal 211 62 237
Hex D3 3E ED

RGB Percentages of Color #d33eed

%41.37
%12.16
%46.47

CMYK Percentages of Color #d33eed

%11
%74
%0
%7

Triadic Colors of #d33eed

#d33eed #edd33e #3eedd3

Analogous Colors of #d33eed

#d33eed #ed3eb0 #7c3eed

Monochromatic Colors of #d33eed

#d33eed

Complementary Color

#d33eed #58ed3e

#d33eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33eed Color CSS Codes

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

#d33eed Text Font Color

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

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


#d33eed Background Color

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

This div background color is #d33eed


#d33eed Border Color

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

This div border color is #d33eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33eed


Comments

No comments written yet.

Please login to write comment.