Color Hex Logo

#e35cef Color Hex

#E35CEF
(227,92,239)
0 Favorites   0 Comments

Color spaces of #e35cef

RGB 22792239
HSL0.820.820.65
HSV295°62°94°
CMYK 0.050.620.00   0.06
XYZ51.085730.217284.8013
Yxy30.21720.30760.1819
Hunter Lab54.970269.6885-52.9863
CIE-Lab61.841271.0055-49.8022

#e35cef color RGB value is (227,92,239).

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

The process color (four color CMYK) of #e35cef color hex is 0.05, 0.62, 0.00, 0.06. Web safe color of #e35cef is #cc66ff. Color #e35cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011100 11101111
Octal 343 134 357
Decimal 227 92 239
Hex E3 5C EF

RGB Percentages of Color #e35cef

%40.68
%16.49
%42.83

CMYK Percentages of Color #e35cef

%5
%62
%0
%6

Triadic Colors of #e35cef

#e35cef #efe35c #5cefe3

Analogous Colors of #e35cef

#e35cef #ef5cb2 #9a5cef

Monochromatic Colors of #e35cef

#e35cef

Complementary Color

#e35cef #68ef5c

#e35cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35cef Color CSS Codes

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

#e35cef Text Font Color

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

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


#e35cef Background Color

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

This div background color is #e35cef


#e35cef Border Color

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

This div border color is #e35cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35cef


Comments

No comments written yet.

Please login to write comment.