Color Hex Logo

#eb1002 Color Hex

#EB1002
(235,16,2)
0 Favorites   0 Comments

Color spaces of #eb1002

RGB 235162
HSL0.010.980.46
HSV99°92°
CMYK 0.000.930.99   0.08
XYZ34.457218.03711.7229
Yxy18.03710.63550.3327
Hunter Lab42.470170.499427.3238
CIE-Lab49.541174.015362.7911

#eb1002 color RGB value is (235,16,2).

#eb1002 hex color red value is 235, green value is 16 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #eb1002 hue: 0.01 , saturation: 0.98 and the lightness value of eb1002 is 0.46.

The process color (four color CMYK) of #eb1002 color hex is 0.00, 0.93, 0.99, 0.08. Web safe color of #eb1002 is #ff0000. Color #eb1002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 00000010
Octal 353 20 2
Decimal 235 16 2
Hex EB 10 2

RGB Percentages of Color #eb1002

%92.89
%6.32
%0.79

CMYK Percentages of Color #eb1002

%0
%93
%99
%8

Triadic Colors of #eb1002

#eb1002 #02eb10 #1002eb

Analogous Colors of #eb1002

#eb1002 #eb8502 #eb0269

Monochromatic Colors of #eb1002

#eb1002

Complementary Color

#eb1002 #02ddeb

#eb1002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1002 Color CSS Codes

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

#eb1002 Text Font Color

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

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


#eb1002 Background Color

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

This div background color is #eb1002


#eb1002 Border Color

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

This div border color is #eb1002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1002


Comments

No comments written yet.

Please login to write comment.