Color Hex Logo

#e65652 Color Hex

#E65652
(230,86,82)
0 Favorites   0 Comments

Color spaces of #e65652

RGB 2308682
HSL0.000.750.61
HSV64°90°
CMYK 0.000.630.64   0.10
XYZ37.483924.087810.6564
Yxy24.08780.51900.3335
Hunter Lab49.079350.439021.4821
CIE-Lab56.175655.565632.2727

#e65652 color RGB value is (230,86,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010110 01010010
Octal 346 126 122
Decimal 230 86 82
Hex E6 56 52

RGB Percentages of Color #e65652

%57.79
%21.61
%20.60

CMYK Percentages of Color #e65652

%0
%63
%64
%10

Triadic Colors of #e65652

#e65652 #52e656 #5652e6

Analogous Colors of #e65652

#e65652 #e6a052 #e65298

Monochromatic Colors of #e65652

#e65652

Complementary Color

#e65652 #52e2e6

#e65652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65652 Color CSS Codes

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

#e65652 Text Font Color

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

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


#e65652 Background Color

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

This div background color is #e65652


#e65652 Border Color

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

This div border color is #e65652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65652


Comments

No comments written yet.

Please login to write comment.