Color Hex Logo

#e63181 Color Hex

#E63181
(230,49,129)
0 Favorites   0 Comments

Color spaces of #e63181

RGB 23049129
HSL0.930.780.55
HSV333°79°90°
CMYK 0.000.790.44   0.10
XYZ37.693920.604622.7593
Yxy20.60460.46500.2542
Hunter Lab45.392368.79052.0471
CIE-Lab52.514072.0317-0.5666

#e63181 color RGB value is (230,49,129).

#e63181 hex color red value is 230, green value is 49 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e63181 hue: 0.93 , saturation: 0.78 and the lightness value of e63181 is 0.55.

The process color (four color CMYK) of #e63181 color hex is 0.00, 0.79, 0.44, 0.10. Web safe color of #e63181 is #ff3399. Color #e63181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110001 10000001
Octal 346 61 201
Decimal 230 49 129
Hex E6 31 81

RGB Percentages of Color #e63181

%56.37
%12.01
%31.62

CMYK Percentages of Color #e63181

%0
%79
%44
%10

Triadic Colors of #e63181

#e63181 #81e631 #3181e6

Analogous Colors of #e63181

#e63181 #e63b31 #e631dc

Monochromatic Colors of #e63181

#e63181

Complementary Color

#e63181 #31e696

#e63181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63181 Color CSS Codes

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

#e63181 Text Font Color

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

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


#e63181 Background Color

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

This div background color is #e63181


#e63181 Border Color

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

This div border color is #e63181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63181


Comments

No comments written yet.

Please login to write comment.