Color Hex Logo

#e2b0f2 Color Hex

#E2B0F2
(226,176,242)
0 Favorites   0 Comments

Color spaces of #e2b0f2

RGB 226176242
HSL0.790.720.82
HSV285°27°95°
CMYK 0.070.270.00   0.05
XYZ62.916453.630291.0400
Yxy53.63020.30310.2584
Hunter Lab73.232625.1977-22.4442
CIE-Lab78.245629.5267-25.9248

#e2b0f2 color RGB value is (226,176,242).

#e2b0f2 hex color red value is 226, green value is 176 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #e2b0f2 hue: 0.79 , saturation: 0.72 and the lightness value of e2b0f2 is 0.82.

The process color (four color CMYK) of #e2b0f2 color hex is 0.07, 0.27, 0.00, 0.05. Web safe color of #e2b0f2 is #cc99ff. Color #e2b0f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110000 11110010
Octal 342 260 362
Decimal 226 176 242
Hex E2 B0 F2

RGB Percentages of Color #e2b0f2

%35.09
%27.33
%37.58

CMYK Percentages of Color #e2b0f2

%7
%27
%0
%5

Triadic Colors of #e2b0f2

#e2b0f2 #f2e2b0 #b0f2e2

Analogous Colors of #e2b0f2

#e2b0f2 #f2b0e1 #c1b0f2

Monochromatic Colors of #e2b0f2

#e2b0f2

Complementary Color

#e2b0f2 #c0f2b0

#e2b0f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b0f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b0f2 Color CSS Codes

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

#e2b0f2 Text Font Color

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

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


#e2b0f2 Background Color

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

This div background color is #e2b0f2


#e2b0f2 Border Color

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

This div border color is #e2b0f2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,176,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b0f2


Comments

No comments written yet.

Please login to write comment.