Color Hex Logo

#e37efd Color Hex

#E37EFD
(227,126,253)
0 Favorites   0 Comments

Color spaces of #e37efd

RGB 227126253
HSL0.800.970.74
HSV288°50°99°
CMYK 0.100.500.00   0.01
XYZ56.869038.344597.3324
Yxy38.34450.29540.1991
Hunter Lab61.922955.5663-49.8478
CIE-Lab68.273858.0746-47.3623

#e37efd color RGB value is (227,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111110 11111101
Octal 343 176 375
Decimal 227 126 253
Hex E3 7E FD

RGB Percentages of Color #e37efd

%37.46
%20.79
%41.75

CMYK Percentages of Color #e37efd

%10
%50
%0
%1

Triadic Colors of #e37efd

#e37efd #fde37e #7efde3

Analogous Colors of #e37efd

#e37efd #fd7ed8 #a47efd

Monochromatic Colors of #e37efd

#e37efd

Complementary Color

#e37efd #98fd7e

#e37efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37efd Color CSS Codes

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

#e37efd Text Font Color

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

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


#e37efd Background Color

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

This div background color is #e37efd


#e37efd Border Color

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

This div border color is #e37efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37efd


Comments

No comments written yet.

Please login to write comment.