Color Hex Logo

#e460cf Color Hex

#E460CF
(228,96,207)
0 Favorites   0 Comments

Color spaces of #e460cf

RGB 22896207
HSL0.860.710.64
HSV310°58°89°
CMYK 0.000.580.09   0.11
XYZ47.440329.364762.1991
Yxy29.36470.34130.2113
Hunter Lab54.189261.4379-30.1214
CIE-Lab61.102264.2817-33.0130

#e460cf color RGB value is (228,96,207).

#e460cf hex color red value is 228, green value is 96 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e460cf hue: 0.86 , saturation: 0.71 and the lightness value of e460cf is 0.64.

The process color (four color CMYK) of #e460cf color hex is 0.00, 0.58, 0.09, 0.11. Web safe color of #e460cf is #cc66cc. Color #e460cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100000 11001111
Octal 344 140 317
Decimal 228 96 207
Hex E4 60 CF

RGB Percentages of Color #e460cf

%42.94
%18.08
%38.98

CMYK Percentages of Color #e460cf

%0
%58
%9
%11

Triadic Colors of #e460cf

#e460cf #cfe460 #60cfe4

Analogous Colors of #e460cf

#e460cf #e4608d #b760e4

Monochromatic Colors of #e460cf

#e460cf

Complementary Color

#e460cf #60e475

#e460cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e460cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e460cf Color CSS Codes

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

#e460cf Text Font Color

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

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


#e460cf Background Color

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

This div background color is #e460cf


#e460cf Border Color

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

This div border color is #e460cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,96,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e460cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e460cf;
  -webkit-box-shadow: 1px 1px 3px 2px #e460cf;
  box-shadow:         1px 1px 3px 2px #e460cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,96,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e460cf


Comments

No comments written yet.

Please login to write comment.