Color Hex Logo

#e60bdd Color Hex

#E60BDD
(230,11,221)
0 Favorites   0 Comments

Color spaces of #e60bdd

RGB 23011221
HSL0.840.910.47
HSV302°95°90°
CMYK 0.000.950.04   0.10
XYZ45.803922.282870.2935
Yxy22.28280.33100.1610
Hunter Lab47.204790.5950-55.2468
CIE-Lab54.325888.8764-51.6035

#e60bdd color RGB value is (230,11,221).

#e60bdd hex color red value is 230, green value is 11 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e60bdd hue: 0.84 , saturation: 0.91 and the lightness value of e60bdd is 0.47.

The process color (four color CMYK) of #e60bdd color hex is 0.00, 0.95, 0.04, 0.10. Web safe color of #e60bdd is #ff00cc. Color #e60bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001011 11011101
Octal 346 13 335
Decimal 230 11 221
Hex E6 B DD

RGB Percentages of Color #e60bdd

%49.78
%2.38
%47.84

CMYK Percentages of Color #e60bdd

%0
%95
%4
%10

Triadic Colors of #e60bdd

#e60bdd #dde60b #0bdde6

Analogous Colors of #e60bdd

#e60bdd #e60b70 #820be6

Monochromatic Colors of #e60bdd

#e60bdd

Complementary Color

#e60bdd #0be614

#e60bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60bdd Color CSS Codes

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

#e60bdd Text Font Color

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

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


#e60bdd Background Color

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

This div background color is #e60bdd


#e60bdd Border Color

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

This div border color is #e60bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,11,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60bdd


Comments

No comments written yet.

Please login to write comment.