Color Hex Logo

#e33fbf Color Hex

#E33FBF
(227,63,191)
0 Favorites   0 Comments

Color spaces of #e33fbf

RGB 22763191
HSL0.870.750.57
HSV313°72°89°
CMYK 0.000.720.16   0.11
XYZ42.860023.647551.5957
Yxy23.64750.36290.2002
Hunter Lab48.628772.2248-28.8674
CIE-Lab55.733174.2254-32.2467

#e33fbf color RGB value is (227,63,191).

#e33fbf hex color red value is 227, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e33fbf hue: 0.87 , saturation: 0.75 and the lightness value of e33fbf is 0.57.

The process color (four color CMYK) of #e33fbf color hex is 0.00, 0.72, 0.16, 0.11. Web safe color of #e33fbf is #cc33cc. Color #e33fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111111 10111111
Octal 343 77 277
Decimal 227 63 191
Hex E3 3F BF

RGB Percentages of Color #e33fbf

%47.19
%13.10
%39.71

CMYK Percentages of Color #e33fbf

%0
%72
%16
%11

Triadic Colors of #e33fbf

#e33fbf #bfe33f #3fbfe3

Analogous Colors of #e33fbf

#e33fbf #e33f6d #b53fe3

Monochromatic Colors of #e33fbf

#e33fbf

Complementary Color

#e33fbf #3fe363

#e33fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33fbf Color CSS Codes

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

#e33fbf Text Font Color

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

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


#e33fbf Background Color

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

This div background color is #e33fbf


#e33fbf Border Color

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

This div border color is #e33fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33fbf


Comments

No comments written yet.

Please login to write comment.