Color Hex Logo

#d21bea Color Hex

#D21BEA
(210,27,234)
0 Favorites   0 Comments

Color spaces of #d21bea

RGB 21027234
HSL0.810.830.51
HSV293°88°92°
CMYK 0.100.880.00   0.08
XYZ41.821620.426079.5803
Yxy20.42600.29490.1440
Hunter Lab45.195186.0846-72.7622
CIE-Lab52.315585.8348-62.3692

#d21bea color RGB value is (210,27,234).

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

The process color (four color CMYK) of #d21bea color hex is 0.10, 0.88, 0.00, 0.08. Web safe color of #d21bea is #cc33ff. Color #d21bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011011 11101010
Octal 322 33 352
Decimal 210 27 234
Hex D2 1B EA

RGB Percentages of Color #d21bea

%44.59
%5.73
%49.68

CMYK Percentages of Color #d21bea

%10
%88
%0
%8

Triadic Colors of #d21bea

#d21bea #ead21b #1bead2

Analogous Colors of #d21bea

#d21bea #ea1b9b #6b1bea

Monochromatic Colors of #d21bea

#d21bea

Complementary Color

#d21bea #33ea1b

#d21bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21bea Color CSS Codes

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

#d21bea Text Font Color

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

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


#d21bea Background Color

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

This div background color is #d21bea


#d21bea Border Color

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

This div border color is #d21bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21bea


Comments

No comments written yet.

Please login to write comment.