Color Hex Logo

#e30605 Color Hex

#E30605
(227,6,5)
0 Favorites   0 Comments

Color spaces of #e30605

RGB 22765
HSL0.000.960.45
HSV98°89°
CMYK 0.000.970.98   0.11
XYZ31.771116.47211.6485
Yxy16.47210.63680.3302
Hunter Lab40.585868.706826.0019
CIE-Lab47.587972.918460.1569

#e30605 color RGB value is (227,6,5).

#e30605 hex color red value is 227, green value is 6 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #e30605 hue: 0.00 , saturation: 0.96 and the lightness value of e30605 is 0.45.

The process color (four color CMYK) of #e30605 color hex is 0.00, 0.97, 0.98, 0.11. Web safe color of #e30605 is #cc0000. Color #e30605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 00000101
Octal 343 6 5
Decimal 227 6 5
Hex E3 6 5

RGB Percentages of Color #e30605

%95.38
%2.52
%2.10

CMYK Percentages of Color #e30605

%0
%97
%98
%11

Triadic Colors of #e30605

#e30605 #05e306 #0605e3

Analogous Colors of #e30605

#e30605 #e37505 #e30573

Monochromatic Colors of #e30605

#e30605

Complementary Color

#e30605 #05e2e3

#e30605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30605 Color CSS Codes

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

#e30605 Text Font Color

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

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


#e30605 Background Color

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

This div background color is #e30605


#e30605 Border Color

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

This div border color is #e30605


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,6,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e30605; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e30605;
  -webkit-box-shadow: 1px 1px 3px 2px #e30605;
  box-shadow:         1px 1px 3px 2px #e30605; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30605


Comments

No comments written yet.

Please login to write comment.