Color Hex Logo

#e83d68 Color Hex

#E83D68
(232,61,104)
0 Favorites   0 Comments

Color spaces of #e83d68

RGB 23261104
HSL0.960.790.57
HSV345°74°91°
CMYK 0.000.740.55   0.09
XYZ37.446121.492815.2716
Yxy21.49280.50460.2896
Hunter Lab46.360363.047212.9215
CIE-Lab53.484767.041115.8878

#e83d68 color RGB value is (232,61,104).

#e83d68 hex color red value is 232, green value is 61 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e83d68 hue: 0.96 , saturation: 0.79 and the lightness value of e83d68 is 0.57.

The process color (four color CMYK) of #e83d68 color hex is 0.00, 0.74, 0.55, 0.09. Web safe color of #e83d68 is #ff3366. Color #e83d68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 01101000
Octal 350 75 150
Decimal 232 61 104
Hex E8 3D 68

RGB Percentages of Color #e83d68

%58.44
%15.37
%26.20

CMYK Percentages of Color #e83d68

%0
%74
%55
%9

Triadic Colors of #e83d68

#e83d68 #68e83d #3d68e8

Analogous Colors of #e83d68

#e83d68 #e8683d #e83dbe

Monochromatic Colors of #e83d68

#e83d68

Complementary Color

#e83d68 #3de8bd

#e83d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83d68 Color CSS Codes

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

#e83d68 Text Font Color

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

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


#e83d68 Background Color

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

This div background color is #e83d68


#e83d68 Border Color

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

This div border color is #e83d68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,61,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e83d68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e83d68;
  -webkit-box-shadow: 1px 1px 3px 2px #e83d68;
  box-shadow:         1px 1px 3px 2px #e83d68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,61,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83d68


Comments

No comments written yet.

Please login to write comment.