Color Hex Logo

#d20bea Color Hex

#D20BEA
(210,11,234)
0 Favorites   0 Comments

Color spaces of #d20bea

RGB 21011234
HSL0.820.910.48
HSV294°95°92°
CMYK 0.100.950.00   0.08
XYZ41.549319.881579.4895
Yxy19.88150.29480.1411
Hunter Lab44.588788.3024-74.4859
CIE-Lab51.703087.6477-63.3567

#d20bea color RGB value is (210,11,234).

#d20bea hex color red value is 210, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d20bea hue: 0.82 , saturation: 0.91 and the lightness value of d20bea is 0.48.

The process color (four color CMYK) of #d20bea color hex is 0.10, 0.95, 0.00, 0.08. Web safe color of #d20bea is #cc00ff. Color #d20bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001011 11101010
Octal 322 13 352
Decimal 210 11 234
Hex D2 B EA

RGB Percentages of Color #d20bea

%46.15
%2.42
%51.43

CMYK Percentages of Color #d20bea

%10
%95
%0
%8

Triadic Colors of #d20bea

#d20bea #ead20b #0bead2

Analogous Colors of #d20bea

#d20bea #ea0b93 #630bea

Monochromatic Colors of #d20bea

#d20bea

Complementary Color

#d20bea #23ea0b

#d20bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20bea Color CSS Codes

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

#d20bea Text Font Color

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

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


#d20bea Background Color

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

This div background color is #d20bea


#d20bea Border Color

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

This div border color is #d20bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20bea


Comments

No comments written yet.

Please login to write comment.