Color Hex Logo

#d21aeb Color Hex

#D21AEB
(210,26,235)
0 Favorites   0 Comments

Color spaces of #d21aeb

RGB 21026235
HSL0.810.840.51
HSV293°89°92°
CMYK 0.110.890.00   0.08
XYZ41.943120.438680.3317
Yxy20.43860.29390.1432
Hunter Lab45.209186.4890-73.7057
CIE-Lab52.329586.1422-62.9102

#d21aeb color RGB value is (210,26,235).

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

The process color (four color CMYK) of #d21aeb color hex is 0.11, 0.89, 0.00, 0.08. Web safe color of #d21aeb is #cc33ff. Color #d21aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011010 11101011
Octal 322 32 353
Decimal 210 26 235
Hex D2 1A EB

RGB Percentages of Color #d21aeb

%44.59
%5.52
%49.89

CMYK Percentages of Color #d21aeb

%11
%89
%0
%8

Triadic Colors of #d21aeb

#d21aeb #ebd21a #1aebd2

Analogous Colors of #d21aeb

#d21aeb #eb1a9c #6a1aeb

Monochromatic Colors of #d21aeb

#d21aeb

Complementary Color

#d21aeb #33eb1a

#d21aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21aeb Color CSS Codes

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

#d21aeb Text Font Color

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

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


#d21aeb Background Color

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

This div background color is #d21aeb


#d21aeb Border Color

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

This div border color is #d21aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21aeb


Comments

No comments written yet.

Please login to write comment.