color codes Logo

#e64a88 color codes

#E64A88
(230,74,136)
0 Favorites   0 Comments

Color spaces of #e64a88

RGB 23074136
HSL0.930.760.60
HSV336°68°90°
CMYK 0.000.680.41   0.10
XYZ39.525823.498125.7449
Yxy23.49810.44530.2647
Hunter Lab48.474860.71582.4436
CIE-Lab55.581764.6659-0.2559

#e64a88 color RGB value is (230,74,136).

#e64a88 hex color red value is 230, green value is 74 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e64a88 hue: 0.93 , saturation: 0.76 and the lightness value of e64a88 is 0.60.

The process color (four color CMYK) of #e64a88 color code is 0.00, 0.68, 0.41, 0.10. Web safe color of #e64a88 is #ff3399. Color #e64a88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001010 10001000
Octal 346 112 210
Decimal 230 74 136
Hex E6 4A 88

RGB Percentages of Color #e64a88

%52.27
%16.82
%30.91

CMYK Percentages of Color #e64a88

%0
%68
%41
%10

Triadic Colors of #e64a88

#e64a88 #88e64a #4a88e6

Analogous Colors of #e64a88

#e64a88 #e65a4a #e64ad6

Monochromatic Colors of #e64a88

#e64a88

Complementary Color

#e64a88 #4ae6a8

#e64a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64a88 Color CSS Codes

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

#e64a88 Text Font Color

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

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


#e64a88 Background Color

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

This div background color is #e64a88


#e64a88 Border Color

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

This div border color is #e64a88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64a88


Comments

No comments written yet.

Please login to write comment.