Color Hex Logo

#eb3f3d Color Hex

#EB3F3D
(235,63,61)
0 Favorites   0 Comments

Color spaces of #eb3f3d

RGB 2356361
HSL0.000.810.58
HSV74°92°
CMYK 0.000.730.74   0.08
XYZ36.880821.55416.6314
Yxy21.55410.56680.3313
Hunter Lab46.426460.553024.0297
CIE-Lab53.550764.902841.2264

#eb3f3d color RGB value is (235,63,61).

#eb3f3d hex color red value is 235, green value is 63 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eb3f3d hue: 0.00 , saturation: 0.81 and the lightness value of eb3f3d is 0.58.

The process color (four color CMYK) of #eb3f3d color hex is 0.00, 0.73, 0.74, 0.08. Web safe color of #eb3f3d is #ff3333. Color #eb3f3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111111 00111101
Octal 353 77 75
Decimal 235 63 61
Hex EB 3F 3D

RGB Percentages of Color #eb3f3d

%65.46
%17.55
%16.99

CMYK Percentages of Color #eb3f3d

%0
%73
%74
%8

Triadic Colors of #eb3f3d

#eb3f3d #3deb3f #3f3deb

Analogous Colors of #eb3f3d

#eb3f3d #eb963d #eb3d92

Monochromatic Colors of #eb3f3d

#eb3f3d

Complementary Color

#eb3f3d #3de9eb

#eb3f3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3f3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3f3d Color CSS Codes

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

#eb3f3d Text Font Color

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

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


#eb3f3d Background Color

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

This div background color is #eb3f3d


#eb3f3d Border Color

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

This div border color is #eb3f3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3f3d


Comments

No comments written yet.

Please login to write comment.