Color Hex Logo

#e65cef Color Hex

#E65CEF
(230,92,239)
0 Favorites   0 Comments

Color spaces of #e65cef

RGB 23092239
HSL0.820.820.65
HSV296°62°94°
CMYK 0.040.620.00   0.06
XYZ52.040330.709384.8460
Yxy30.70930.31050.1832
Hunter Lab55.416070.6487-51.9862
CIE-Lab62.261571.7105-49.1099

#e65cef color RGB value is (230,92,239).

#e65cef hex color red value is 230, green value is 92 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e65cef hue: 0.82 , saturation: 0.82 and the lightness value of e65cef is 0.65.

The process color (four color CMYK) of #e65cef color hex is 0.04, 0.62, 0.00, 0.06. Web safe color of #e65cef is #ff66ff. Color #e65cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011100 11101111
Octal 346 134 357
Decimal 230 92 239
Hex E6 5C EF

RGB Percentages of Color #e65cef

%41.00
%16.40
%42.60

CMYK Percentages of Color #e65cef

%4
%62
%0
%6

Triadic Colors of #e65cef

#e65cef #efe65c #5cefe6

Analogous Colors of #e65cef

#e65cef #ef5caf #9d5cef

Monochromatic Colors of #e65cef

#e65cef

Complementary Color

#e65cef #65ef5c

#e65cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65cef Color CSS Codes

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

#e65cef Text Font Color

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

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


#e65cef Background Color

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

This div background color is #e65cef


#e65cef Border Color

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

This div border color is #e65cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,92,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 #e65cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65cef


Comments

No comments written yet.

Please login to write comment.