Color Hex Logo

#d20cea Color Hex

#D20CEA
(210,12,234)
0 Favorites   0 Comments

Color spaces of #d20cea

RGB 21012234
HSL0.820.900.48
HSV294°95°92°
CMYK 0.100.950.00   0.08
XYZ41.561119.905179.4935
Yxy19.90510.29480.1412
Hunter Lab44.615188.2047-74.4100
CIE-Lab51.729787.5682-63.3136

#d20cea color RGB value is (210,12,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001100 11101010
Octal 322 14 352
Decimal 210 12 234
Hex D2 C EA

RGB Percentages of Color #d20cea

%46.05
%2.63
%51.32

CMYK Percentages of Color #d20cea

%10
%95
%0
%8

Triadic Colors of #d20cea

#d20cea #ead20c #0cead2

Analogous Colors of #d20cea

#d20cea #ea0c93 #630cea

Monochromatic Colors of #d20cea

#d20cea

Complementary Color

#d20cea #24ea0c

#d20cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20cea Color CSS Codes

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

#d20cea Text Font Color

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

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


#d20cea Background Color

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

This div background color is #d20cea


#d20cea Border Color

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

This div border color is #d20cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20cea


Comments

No comments written yet.

Please login to write comment.