Color Hex Logo

#e7004b Color Hex

#E7004B
(231,0,75)
0 Favorites   0 Comments

Color spaces of #e7004b

RGB 231075
HSL0.951.000.45
HSV341°100°91°
CMYK 0.001.000.68   0.09
XYZ34.225017.49698.2300
Yxy17.49690.57090.2918
Hunter Lab41.829372.848617.6151
CIE-Lab48.880176.061627.3000

#e7004b color RGB value is (231,0,75).

#e7004b hex color red value is 231, green value is 0 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e7004b hue: 0.95 , saturation: 1.00 and the lightness value of e7004b is 0.45.

The process color (four color CMYK) of #e7004b color hex is 0.00, 1.00, 0.68, 0.09. Web safe color of #e7004b is #ff0033. Color #e7004b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 01001011
Octal 347 0 113
Decimal 231 0 75
Hex E7 0 4B

RGB Percentages of Color #e7004b

%75.49
%0.00
%24.51

CMYK Percentages of Color #e7004b

%0
%100
%68
%9

Triadic Colors of #e7004b

#e7004b #4be700 #004be7

Analogous Colors of #e7004b

#e7004b #e72900 #e700bf

Monochromatic Colors of #e7004b

#e7004b

Complementary Color

#e7004b #00e79c

#e7004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7004b Color CSS Codes

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

#e7004b Text Font Color

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

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


#e7004b Background Color

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

This div background color is #e7004b


#e7004b Border Color

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

This div border color is #e7004b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,0,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7004b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7004b;
  -webkit-box-shadow: 1px 1px 3px 2px #e7004b;
  box-shadow:         1px 1px 3px 2px #e7004b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7004b


Comments

No comments written yet.

Please login to write comment.