Color Hex Logo

#e50cbf Color Hex

#E50CBF
(229,12,191)
0 Favorites   0 Comments

Color spaces of #e50cbf

RGB 22912191
HSL0.860.900.47
HSV311°95°90°
CMYK 0.000.950.17   0.10
XYZ41.848520.682551.0767
Yxy20.68250.36840.1821
Hunter Lab45.478084.6677-34.7544
CIE-Lab52.600284.6888-37.1237

#e50cbf color RGB value is (229,12,191).

#e50cbf hex color red value is 229, green value is 12 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e50cbf hue: 0.86 , saturation: 0.90 and the lightness value of e50cbf is 0.47.

The process color (four color CMYK) of #e50cbf color hex is 0.00, 0.95, 0.17, 0.10. Web safe color of #e50cbf is #cc00cc. Color #e50cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001100 10111111
Octal 345 14 277
Decimal 229 12 191
Hex E5 C BF

RGB Percentages of Color #e50cbf

%53.01
%2.78
%44.21

CMYK Percentages of Color #e50cbf

%0
%95
%17
%10

Triadic Colors of #e50cbf

#e50cbf #bfe50c #0cbfe5

Analogous Colors of #e50cbf

#e50cbf #e50c52 #9f0ce5

Monochromatic Colors of #e50cbf

#e50cbf

Complementary Color

#e50cbf #0ce532

#e50cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50cbf Color CSS Codes

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

#e50cbf Text Font Color

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

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


#e50cbf Background Color

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

This div background color is #e50cbf


#e50cbf Border Color

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

This div border color is #e50cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,12,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50cbf


Comments

No comments written yet.

Please login to write comment.