Color Hex Logo

#e509cb Color Hex

#E509CB
(229,9,203)
0 Favorites   0 Comments

Color spaces of #e509cb

RGB 2299203
HSL0.850.920.47
HSV307°96°90°
CMYK 0.000.960.11   0.10
XYZ43.190321.165258.3088
Yxy21.16520.35210.1725
Hunter Lab46.005787.0667-42.9418
CIE-Lab53.129886.4289-43.2239

#e509cb color RGB value is (229,9,203).

#e509cb hex color red value is 229, green value is 9 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e509cb hue: 0.85 , saturation: 0.92 and the lightness value of e509cb is 0.47.

The process color (four color CMYK) of #e509cb color hex is 0.00, 0.96, 0.11, 0.10. Web safe color of #e509cb is #cc00cc. Color #e509cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001001 11001011
Octal 345 11 313
Decimal 229 9 203
Hex E5 9 CB

RGB Percentages of Color #e509cb

%51.93
%2.04
%46.03

CMYK Percentages of Color #e509cb

%0
%96
%11
%10

Triadic Colors of #e509cb

#e509cb #cbe509 #09cbe5

Analogous Colors of #e509cb

#e509cb #e5095d #9109e5

Monochromatic Colors of #e509cb

#e509cb

Complementary Color

#e509cb #09e523

#e509cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e509cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e509cb Color CSS Codes

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

#e509cb Text Font Color

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

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


#e509cb Background Color

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

This div background color is #e509cb


#e509cb Border Color

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

This div border color is #e509cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e509cb


Comments

No comments written yet.

Please login to write comment.