Color Hex Logo

#e229fb Color Hex

#E229FB
(226,41,251)
0 Favorites   0 Comments

Color spaces of #e229fb

RGB 22641251
HSL0.810.960.57
HSV293°84°98°
CMYK 0.100.840.00   0.02
XYZ49.569624.719793.4256
Yxy24.71970.29560.1474
Hunter Lab49.718990.9559-76.6072
CIE-Lab56.801388.6672-64.5294

#e229fb color RGB value is (226,41,251).

#e229fb hex color red value is 226, green value is 41 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e229fb hue: 0.81 , saturation: 0.96 and the lightness value of e229fb is 0.57.

The process color (four color CMYK) of #e229fb color hex is 0.10, 0.84, 0.00, 0.02. Web safe color of #e229fb is #cc33ff. Color #e229fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 11111011
Octal 342 51 373
Decimal 226 41 251
Hex E2 29 FB

RGB Percentages of Color #e229fb

%43.63
%7.92
%48.46

CMYK Percentages of Color #e229fb

%10
%84
%0
%2

Triadic Colors of #e229fb

#e229fb #fbe229 #29fbe2

Analogous Colors of #e229fb

#e229fb #fb29ab #7929fb

Monochromatic Colors of #e229fb

#e229fb

Complementary Color

#e229fb #42fb29

#e229fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e229fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e229fb Color CSS Codes

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

#e229fb Text Font Color

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

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


#e229fb Background Color

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

This div background color is #e229fb


#e229fb Border Color

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

This div border color is #e229fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e229fb


Comments

No comments written yet.

Please login to write comment.