Color Hex Logo

#e367fc Color Hex

#E367FC
(227,103,252)
0 Favorites   0 Comments

Color spaces of #e367fc

RGB 227103252
HSL0.810.960.70
HSV290°59°99°
CMYK 0.100.590.00   0.01
XYZ54.099533.059795.6253
Yxy33.05970.29600.1809
Hunter Lab57.497667.3300-58.3580
CIE-Lab64.209268.6406-53.2371

#e367fc color RGB value is (227,103,252).

#e367fc hex color red value is 227, green value is 103 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e367fc hue: 0.81 , saturation: 0.96 and the lightness value of e367fc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100111 11111100
Octal 343 147 374
Decimal 227 103 252
Hex E3 67 FC

RGB Percentages of Color #e367fc

%39.00
%17.70
%43.30

CMYK Percentages of Color #e367fc

%10
%59
%0
%1

Triadic Colors of #e367fc

#e367fc #fce367 #67fce3

Analogous Colors of #e367fc

#e367fc #fc67cb #9967fc

Monochromatic Colors of #e367fc

#e367fc

Complementary Color

#e367fc #80fc67

#e367fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e367fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e367fc Color CSS Codes

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

#e367fc Text Font Color

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

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


#e367fc Background Color

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

This div background color is #e367fc


#e367fc Border Color

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

This div border color is #e367fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e367fc


Comments

No comments written yet.

Please login to write comment.