Color Hex Logo

#d43eed Color Hex

#D43EED
(212,62,237)
0 Favorites   0 Comments

Color spaces of #d43eed

RGB 21262237
HSL0.810.830.59
HSV291°74°93°
CMYK 0.110.740.00   0.07
XYZ44.160123.556782.3402
Yxy23.55670.29430.1570
Hunter Lab48.535277.4727-66.6110
CIE-Lab55.641278.4599-58.6942

#d43eed color RGB value is (212,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111110 11101101
Octal 324 76 355
Decimal 212 62 237
Hex D4 3E ED

RGB Percentages of Color #d43eed

%41.49
%12.13
%46.38

CMYK Percentages of Color #d43eed

%11
%74
%0
%7

Triadic Colors of #d43eed

#d43eed #edd43e #3eedd4

Analogous Colors of #d43eed

#d43eed #ed3eaf #7d3eed

Monochromatic Colors of #d43eed

#d43eed

Complementary Color

#d43eed #57ed3e

#d43eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43eed Color CSS Codes

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

#d43eed Text Font Color

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

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


#d43eed Background Color

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

This div background color is #d43eed


#d43eed Border Color

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

This div border color is #d43eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43eed


Comments

No comments written yet.

Please login to write comment.