Color Hex Logo

#e63484 Color Hex

#E63484
(230,52,132)
0 Favorites   0 Comments

Color spaces of #e63484

RGB 23052132
HSL0.930.780.55
HSV333°77°90°
CMYK 0.000.770.43   0.10
XYZ38.026020.944923.8684
Yxy20.94490.45900.2528
Hunter Lab45.765668.22341.1141
CIE-Lab52.889171.4905-1.8174

#e63484 color RGB value is (230,52,132).

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

The process color (four color CMYK) of #e63484 color hex is 0.00, 0.77, 0.43, 0.10. Web safe color of #e63484 is #ff3399. Color #e63484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110100 10000100
Octal 346 64 204
Decimal 230 52 132
Hex E6 34 84

RGB Percentages of Color #e63484

%55.56
%12.56
%31.88

CMYK Percentages of Color #e63484

%0
%77
%43
%10

Triadic Colors of #e63484

#e63484 #84e634 #3484e6

Analogous Colors of #e63484

#e63484 #e63d34 #e634dd

Monochromatic Colors of #e63484

#e63484

Complementary Color

#e63484 #34e696

#e63484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63484 Color CSS Codes

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

#e63484 Text Font Color

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

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


#e63484 Background Color

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

This div background color is #e63484


#e63484 Border Color

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

This div border color is #e63484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63484


Comments

No comments written yet.

Please login to write comment.