Color Hex Logo

#e36efd Color Hex

#E36EFD
(227,110,253)
0 Favorites   0 Comments

Color spaces of #e36efd

RGB 227110253
HSL0.800.970.71
HSV289°57°99°
CMYK 0.100.570.00   0.01
XYZ54.984134.574696.7041
Yxy34.57460.29520.1856
Hunter Lab58.800264.0152-56.3496
CIE-Lab65.416165.6848-51.8738

#e36efd color RGB value is (227,110,253).

#e36efd hex color red value is 227, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e36efd hue: 0.80 , saturation: 0.97 and the lightness value of e36efd is 0.71.

The process color (four color CMYK) of #e36efd color hex is 0.10, 0.57, 0.00, 0.01. Web safe color of #e36efd is #cc66ff. Color #e36efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101110 11111101
Octal 343 156 375
Decimal 227 110 253
Hex E3 6E FD

RGB Percentages of Color #e36efd

%38.47
%18.64
%42.88

CMYK Percentages of Color #e36efd

%10
%57
%0
%1

Triadic Colors of #e36efd

#e36efd #fde36e #6efde3

Analogous Colors of #e36efd

#e36efd #fd6ed0 #9c6efd

Monochromatic Colors of #e36efd

#e36efd

Complementary Color

#e36efd #88fd6e

#e36efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36efd Color CSS Codes

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

#e36efd Text Font Color

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

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


#e36efd Background Color

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

This div background color is #e36efd


#e36efd Border Color

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

This div border color is #e36efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,110,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36efd


Comments

No comments written yet.

Please login to write comment.