color codes Logo

#e095fb color codes

#E095FB
(224,149,251)
0 Favorites   0 Comments

Color spaces of #e095fb

RGB 224149251
HSL0.790.930.78
HSV284°41°98°
CMYK 0.110.410.00   0.02
XYZ58.900544.307296.7145
Yxy44.30720.29460.2216
Hunter Lab66.563741.4638-39.5516
CIE-Lab72.433445.1036-39.7820

#e095fb color RGB value is (224,149,251).

#e095fb hex color red value is 224, green value is 149 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e095fb hue: 0.79 , saturation: 0.93 and the lightness value of e095fb is 0.78.

The process color (four color CMYK) of #e095fb color code is 0.11, 0.41, 0.00, 0.02. Web safe color of #e095fb is #cc99ff. Color #e095fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010101 11111011
Octal 340 225 373
Decimal 224 149 251
Hex E0 95 FB

RGB Percentages of Color #e095fb

%35.90
%23.88
%40.22

CMYK Percentages of Color #e095fb

%11
%41
%0
%2

Triadic Colors of #e095fb

#e095fb #fbe095 #95fbe0

Analogous Colors of #e095fb

#e095fb #fb95e3 #ad95fb

Monochromatic Colors of #e095fb

#e095fb

Complementary Color

#e095fb #b0fb95

#e095fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e095fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e095fb Color CSS Codes

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

#e095fb Text Font Color

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

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


#e095fb Background Color

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

This div background color is #e095fb


#e095fb Border Color

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

This div border color is #e095fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e095fb

Related Colors


Comments

No comments written yet.

Please login to write comment.