Color Hex Logo

#d21aee Color Hex

#D21AEE
(210,26,238)
0 Favorites   0 Comments

Color spaces of #d21aee

RGB 21026238
HSL0.810.860.52
HSV292°89°93°
CMYK 0.120.890.00   0.07
XYZ42.380420.613582.6340
Yxy20.61350.29100.1415
Hunter Lab45.402187.1664-76.1292
CIE-Lab52.523986.6228-64.2854

#d21aee color RGB value is (210,26,238).

#d21aee hex color red value is 210, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d21aee hue: 0.81 , saturation: 0.86 and the lightness value of d21aee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011010 11101110
Octal 322 32 356
Decimal 210 26 238
Hex D2 1A EE

RGB Percentages of Color #d21aee

%44.30
%5.49
%50.21

CMYK Percentages of Color #d21aee

%12
%89
%0
%7

Triadic Colors of #d21aee

#d21aee #eed21a #1aeed2

Analogous Colors of #d21aee

#d21aee #ee1aa0 #681aee

Monochromatic Colors of #d21aee

#d21aee

Complementary Color

#d21aee #36ee1a

#d21aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21aee Color CSS Codes

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

#d21aee Text Font Color

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

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


#d21aee Background Color

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

This div background color is #d21aee


#d21aee Border Color

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

This div border color is #d21aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,26,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21aee


Comments

No comments written yet.

Please login to write comment.