Color Hex Logo

#e61cef Color Hex

#E61CEF
(230,28,239)
0 Favorites   0 Comments

Color spaces of #e61cef

RGB 23028239
HSL0.830.870.52
HSV297°88°94°
CMYK 0.040.880.00   0.06
XYZ48.628423.885583.7087
Yxy23.88550.31130.1529
Hunter Lab48.872892.0800-67.3402
CIE-Lab55.973089.6739-59.1261

#e61cef color RGB value is (230,28,239).

#e61cef hex color red value is 230, green value is 28 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e61cef hue: 0.83 , saturation: 0.87 and the lightness value of e61cef is 0.52.

The process color (four color CMYK) of #e61cef color hex is 0.04, 0.88, 0.00, 0.06. Web safe color of #e61cef is #ff33ff. Color #e61cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011100 11101111
Octal 346 34 357
Decimal 230 28 239
Hex E6 1C EF

RGB Percentages of Color #e61cef

%46.28
%5.63
%48.09

CMYK Percentages of Color #e61cef

%4
%88
%0
%6

Triadic Colors of #e61cef

#e61cef #efe61c #1cefe6

Analogous Colors of #e61cef

#e61cef #ef1c8f #7d1cef

Monochromatic Colors of #e61cef

#e61cef

Complementary Color

#e61cef #25ef1c

#e61cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61cef Color CSS Codes

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

#e61cef Text Font Color

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

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


#e61cef Background Color

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

This div background color is #e61cef


#e61cef Border Color

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

This div border color is #e61cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61cef


Comments

No comments written yet.

Please login to write comment.