Color Hex Logo

#e63b4f Color Hex

#E63B4F
(230,59,79)
0 Favorites   0 Comments

Color spaces of #e63b4f

RGB 2305979
HSL0.980.770.57
HSV353°74°90°
CMYK 0.000.740.66   0.10
XYZ35.608420.51549.4802
Yxy20.51540.54280.3127
Hunter Lab45.293961.065719.2961
CIE-Lab52.415065.554729.3129

#e63b4f color RGB value is (230,59,79).

#e63b4f hex color red value is 230, green value is 59 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e63b4f hue: 0.98 , saturation: 0.77 and the lightness value of e63b4f is 0.57.

The process color (four color CMYK) of #e63b4f color hex is 0.00, 0.74, 0.66, 0.10. Web safe color of #e63b4f is #ff3366. Color #e63b4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111011 01001111
Octal 346 73 117
Decimal 230 59 79
Hex E6 3B 4F

RGB Percentages of Color #e63b4f

%62.50
%16.03
%21.47

CMYK Percentages of Color #e63b4f

%0
%74
%66
%10

Triadic Colors of #e63b4f

#e63b4f #4fe63b #3b4fe6

Analogous Colors of #e63b4f

#e63b4f #e67d3b #e63ba5

Monochromatic Colors of #e63b4f

#e63b4f

Complementary Color

#e63b4f #3be6d2

#e63b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63b4f Color CSS Codes

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

#e63b4f Text Font Color

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

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


#e63b4f Background Color

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

This div background color is #e63b4f


#e63b4f Border Color

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

This div border color is #e63b4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,59,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e63b4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e63b4f;
  -webkit-box-shadow: 1px 1px 3px 2px #e63b4f;
  box-shadow:         1px 1px 3px 2px #e63b4f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63b4f


Comments

No comments written yet.

Please login to write comment.