Color Hex Logo

#e65083 Color Hex

#E65083
(230,80,131)
0 Favorites   0 Comments

Color spaces of #e65083

RGB 23080131
HSL0.940.750.61
HSV340°65°90°
CMYK 0.000.650.43   0.10
XYZ39.598524.199024.0565
Yxy24.19900.45070.2754
Hunter Lab49.192557.60045.4403
CIE-Lab56.286561.85683.7241

#e65083 color RGB value is (230,80,131).

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

The process color (four color CMYK) of #e65083 color hex is 0.00, 0.65, 0.43, 0.10. Web safe color of #e65083 is #ff6699. Color #e65083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010000 10000011
Octal 346 120 203
Decimal 230 80 131
Hex E6 50 83

RGB Percentages of Color #e65083

%52.15
%18.14
%29.71

CMYK Percentages of Color #e65083

%0
%65
%43
%10

Triadic Colors of #e65083

#e65083 #83e650 #5083e6

Analogous Colors of #e65083

#e65083 #e66850 #e650ce

Monochromatic Colors of #e65083

#e65083

Complementary Color

#e65083 #50e6b3

#e65083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65083 Color CSS Codes

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

#e65083 Text Font Color

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

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


#e65083 Background Color

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

This div background color is #e65083


#e65083 Border Color

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

This div border color is #e65083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65083


Comments

No comments written yet.

Please login to write comment.