Color Hex Logo

#e63997 Color Hex

#E63997
(230,57,151)
0 Favorites   0 Comments

Color spaces of #e63997

RGB 23057151
HSL0.910.780.56
HSV327°75°90°
CMYK 0.000.750.34   0.10
XYZ39.682221.983631.4299
Yxy21.98360.42630.2361
Hunter Lab46.886769.0205-6.9236
CIE-Lab54.009671.9339-11.4713

#e63997 color RGB value is (230,57,151).

#e63997 hex color red value is 230, green value is 57 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e63997 hue: 0.91 , saturation: 0.78 and the lightness value of e63997 is 0.56.

The process color (four color CMYK) of #e63997 color hex is 0.00, 0.75, 0.34, 0.10. Web safe color of #e63997 is #ff3399. Color #e63997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111001 10010111
Octal 346 71 227
Decimal 230 57 151
Hex E6 39 97

RGB Percentages of Color #e63997

%52.51
%13.01
%34.47

CMYK Percentages of Color #e63997

%0
%75
%34
%10

Triadic Colors of #e63997

#e63997 #97e639 #3997e6

Analogous Colors of #e63997

#e63997 #e63940 #df39e6

Monochromatic Colors of #e63997

#e63997

Complementary Color

#e63997 #39e688

#e63997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63997 Color CSS Codes

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

#e63997 Text Font Color

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

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


#e63997 Background Color

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

This div background color is #e63997


#e63997 Border Color

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

This div border color is #e63997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63997


Comments

No comments written yet.

Please login to write comment.