Color Hex Logo

#e368f2 Color Hex

#E368F2
(227,104,242)
0 Favorites   0 Comments

Color spaces of #e368f2

RGB 227104242
HSL0.820.840.68
HSV293°57°95°
CMYK 0.060.570.00   0.05
XYZ52.655932.642387.5297
Yxy32.64230.30470.1889
Hunter Lab57.133464.5275-50.8402
CIE-Lab63.870266.3828-48.2565

#e368f2 color RGB value is (227,104,242).

#e368f2 hex color red value is 227, green value is 104 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #e368f2 hue: 0.82 , saturation: 0.84 and the lightness value of e368f2 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101000 11110010
Octal 343 150 362
Decimal 227 104 242
Hex E3 68 F2

RGB Percentages of Color #e368f2

%39.62
%18.15
%42.23

CMYK Percentages of Color #e368f2

%6
%57
%0
%5

Triadic Colors of #e368f2

#e368f2 #f2e368 #68f2e3

Analogous Colors of #e368f2

#e368f2 #f268bc #9e68f2

Monochromatic Colors of #e368f2

#e368f2

Complementary Color

#e368f2 #77f268

#e368f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e368f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e368f2 Color CSS Codes

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

#e368f2 Text Font Color

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

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


#e368f2 Background Color

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

This div background color is #e368f2


#e368f2 Border Color

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

This div border color is #e368f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e368f2


Comments

No comments written yet.

Please login to write comment.