Color Hex Logo

#e65358 Color Hex

#E65358
(230,83,88)
0 Favorites   0 Comments

Color spaces of #e65358

RGB 2308388
HSL0.990.750.61
HSV358°64°90°
CMYK 0.000.640.62   0.10
XYZ37.487823.714111.8340
Yxy23.71410.51330.3247
Hunter Lab48.697152.192119.6798
CIE-Lab55.800457.195528.3487

#e65358 color RGB value is (230,83,88).

#e65358 hex color red value is 230, green value is 83 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e65358 hue: 0.99 , saturation: 0.75 and the lightness value of e65358 is 0.61.

The process color (four color CMYK) of #e65358 color hex is 0.00, 0.64, 0.62, 0.10. Web safe color of #e65358 is #ff6666. Color #e65358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 01011000
Octal 346 123 130
Decimal 230 83 88
Hex E6 53 58

RGB Percentages of Color #e65358

%57.36
%20.70
%21.95

CMYK Percentages of Color #e65358

%0
%64
%62
%10

Triadic Colors of #e65358

#e65358 #58e653 #5358e6

Analogous Colors of #e65358

#e65358 #e69853 #e653a2

Monochromatic Colors of #e65358

#e65358

Complementary Color

#e65358 #53e6e1

#e65358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65358 Color CSS Codes

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

#e65358 Text Font Color

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

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


#e65358 Background Color

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

This div background color is #e65358


#e65358 Border Color

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

This div border color is #e65358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65358


Comments

No comments written yet.

Please login to write comment.