Color Hex Logo

#d22aed Color Hex

#D22AED
(210,42,237)
0 Favorites   0 Comments

Color spaces of #d22aed

RGB 21042237
HSL0.810.840.55
HSV292°82°93°
CMYK 0.110.820.00   0.07
XYZ42.692421.472082.0151
Yxy21.47200.29210.1469
Hunter Lab46.337983.3658-72.5030
CIE-Lab53.462283.5132-62.2109

#d22aed color RGB value is (210,42,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101010 11101101
Octal 322 52 355
Decimal 210 42 237
Hex D2 2A ED

RGB Percentages of Color #d22aed

%42.94
%8.59
%48.47

CMYK Percentages of Color #d22aed

%11
%82
%0
%7

Triadic Colors of #d22aed

#d22aed #edd22a #2aedd2

Analogous Colors of #d22aed

#d22aed #ed2aa7 #712aed

Monochromatic Colors of #d22aed

#d22aed

Complementary Color

#d22aed #45ed2a

#d22aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d22aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d22aed Color CSS Codes

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

#d22aed Text Font Color

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

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


#d22aed Background Color

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

This div background color is #d22aed


#d22aed Border Color

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

This div border color is #d22aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d22aed


Comments

No comments written yet.

Please login to write comment.