Color Hex Logo

#e253bf Color Hex

#E253BF
(226,83,191)
0 Favorites   0 Comments

Color spaces of #e253bf

RGB 22683191
HSL0.870.710.61
HSV315°63°89°
CMYK 0.000.630.15   0.11
XYZ43.861326.116952.0195
Yxy26.11690.35950.2141
Hunter Lab51.104763.7668-24.5780
CIE-Lab58.147866.7799-28.5092

#e253bf color RGB value is (226,83,191).

#e253bf hex color red value is 226, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e253bf hue: 0.87 , saturation: 0.71 and the lightness value of e253bf is 0.61.

The process color (four color CMYK) of #e253bf color hex is 0.00, 0.63, 0.15, 0.11. Web safe color of #e253bf is #cc66cc. Color #e253bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 10111111
Octal 342 123 277
Decimal 226 83 191
Hex E2 53 BF

RGB Percentages of Color #e253bf

%45.20
%16.60
%38.20

CMYK Percentages of Color #e253bf

%0
%63
%15
%11

Triadic Colors of #e253bf

#e253bf #bfe253 #53bfe2

Analogous Colors of #e253bf

#e253bf #e25378 #be53e2

Monochromatic Colors of #e253bf

#e253bf

Complementary Color

#e253bf #53e276

#e253bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e253bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e253bf Color CSS Codes

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

#e253bf Text Font Color

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

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


#e253bf Background Color

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

This div background color is #e253bf


#e253bf Border Color

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

This div border color is #e253bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e253bf


Comments

No comments written yet.

Please login to write comment.