Color Hex Logo

#eb0965 Color Hex

#EB0965
(235,9,101)
0 Favorites   0 Comments

Color spaces of #eb0965

RGB 2359101
HSL0.930.930.48
HSV336°96°92°
CMYK 0.000.960.57   0.08
XYZ36.707618.797114.0054
Yxy18.79710.52810.2704
Hunter Lab43.355675.257011.1962
CIE-Lab50.449077.700313.6089

#eb0965 color RGB value is (235,9,101).

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

The process color (four color CMYK) of #eb0965 color hex is 0.00, 0.96, 0.57, 0.08. Web safe color of #eb0965 is #ff0066. Color #eb0965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 01100101
Octal 353 11 145
Decimal 235 9 101
Hex EB 9 65

RGB Percentages of Color #eb0965

%68.12
%2.61
%29.28

CMYK Percentages of Color #eb0965

%0
%96
%57
%8

Triadic Colors of #eb0965

#eb0965 #65eb09 #0965eb

Analogous Colors of #eb0965

#eb0965 #eb1e09 #eb09d6

Monochromatic Colors of #eb0965

#eb0965

Complementary Color

#eb0965 #09eb8f

#eb0965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0965 Color CSS Codes

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

#eb0965 Text Font Color

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

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


#eb0965 Background Color

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

This div background color is #eb0965


#eb0965 Border Color

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

This div border color is #eb0965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0965


Comments

No comments written yet.

Please login to write comment.