color codes Logo

#e7705d color codes

#E7705D
(231,112,93)
0 Favorites   0 Comments

Color spaces of #e7705d

RGB 23111293
HSL0.020.740.64
HSV60°91°
CMYK 0.000.520.60   0.09
XYZ40.725029.367613.8780
Yxy29.36760.48500.3497
Hunter Lab54.191939.306322.7507
CIE-Lab61.104744.596832.2879

#e7705d color RGB value is (231,112,93).

#e7705d hex color red value is 231, green value is 112 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e7705d hue: 0.02 , saturation: 0.74 and the lightness value of e7705d is 0.64.

The process color (four color CMYK) of #e7705d color code is 0.00, 0.52, 0.60, 0.09. Web safe color of #e7705d is #ff6666. Color #e7705d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 01011101
Octal 347 160 135
Decimal 231 112 93
Hex E7 70 5D

RGB Percentages of Color #e7705d

%52.98
%25.69
%21.33

CMYK Percentages of Color #e7705d

%0
%52
%60
%9

Triadic Colors of #e7705d

#e7705d #5de770 #705de7

Analogous Colors of #e7705d

#e7705d #e7b55d #e75d8f

Monochromatic Colors of #e7705d

#e7705d

Complementary Color

#e7705d #5dd4e7

#e7705d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7705d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7705d Color CSS Codes

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

#e7705d Text Font Color

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

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


#e7705d Background Color

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

This div background color is #e7705d


#e7705d Border Color

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

This div border color is #e7705d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7705d


Comments

No comments written yet.

Please login to write comment.