Color Hex Logo

#e372fb Color Hex

#E372FB
(227,114,251)
0 Favorites   0 Comments

Color spaces of #e372fb

RGB 227114251
HSL0.800.940.72
HSV289°55°98°
CMYK 0.100.550.00   0.02
XYZ55.108535.330695.1817
Yxy35.33060.29690.1903
Hunter Lab59.439561.4744-53.3345
CIE-Lab66.005363.4593-49.8439

#e372fb color RGB value is (227,114,251).

#e372fb hex color red value is 227, green value is 114 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e372fb hue: 0.80 , saturation: 0.94 and the lightness value of e372fb is 0.72.

The process color (four color CMYK) of #e372fb color hex is 0.10, 0.55, 0.00, 0.02. Web safe color of #e372fb is #cc66ff. Color #e372fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 11111011
Octal 343 162 373
Decimal 227 114 251
Hex E3 72 FB

RGB Percentages of Color #e372fb

%38.34
%19.26
%42.40

CMYK Percentages of Color #e372fb

%10
%55
%0
%2

Triadic Colors of #e372fb

#e372fb #fbe372 #72fbe3

Analogous Colors of #e372fb

#e372fb #fb72cf #9f72fb

Monochromatic Colors of #e372fb

#e372fb

Complementary Color

#e372fb #8afb72

#e372fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372fb Color CSS Codes

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

#e372fb Text Font Color

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

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


#e372fb Background Color

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

This div background color is #e372fb


#e372fb Border Color

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

This div border color is #e372fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372fb


Comments

No comments written yet.

Please login to write comment.