Color Hex Logo

#eb09cf Color Hex

#EB09CF
(235,9,207)
0 Favorites   0 Comments

Color spaces of #eb09cf

RGB 2359207
HSL0.850.930.48
HSV307°96°92°
CMYK 0.000.960.12   0.08
XYZ45.621122.362560.9434
Yxy22.36250.35390.1735
Hunter Lab47.289089.4485-43.3073
CIE-Lab54.409587.9932-43.4277

#eb09cf color RGB value is (235,9,207).

#eb09cf hex color red value is 235, green value is 9 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eb09cf hue: 0.85 , saturation: 0.93 and the lightness value of eb09cf is 0.48.

The process color (four color CMYK) of #eb09cf color hex is 0.00, 0.96, 0.12, 0.08. Web safe color of #eb09cf is #ff00cc. Color #eb09cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 11001111
Octal 353 11 317
Decimal 235 9 207
Hex EB 9 CF

RGB Percentages of Color #eb09cf

%52.11
%2.00
%45.90

CMYK Percentages of Color #eb09cf

%0
%96
%12
%8

Triadic Colors of #eb09cf

#eb09cf #cfeb09 #09cfeb

Analogous Colors of #eb09cf

#eb09cf #eb095e #9609eb

Monochromatic Colors of #eb09cf

#eb09cf

Complementary Color

#eb09cf #09eb25

#eb09cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb09cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb09cf Color CSS Codes

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

#eb09cf Text Font Color

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

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


#eb09cf Background Color

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

This div background color is #eb09cf


#eb09cf Border Color

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

This div border color is #eb09cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb09cf


Comments

No comments written yet.

Please login to write comment.