Color Hex Logo

#efa1fb Color Hex

#EFA1FB
(239,161,251)
0 Favorites   0 Comments

Color spaces of #efa1fb

RGB 239161251
HSL0.810.920.81
HSV292°36°98°
CMYK 0.050.360.00   0.02
XYZ65.754150.805597.6076
Yxy50.80550.30700.2372
Hunter Lab71.278039.9302-31.2968
CIE-Lab76.561043.2430-33.2553

#efa1fb color RGB value is (239,161,251).

#efa1fb hex color red value is 239, green value is 161 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efa1fb hue: 0.81 , saturation: 0.92 and the lightness value of efa1fb is 0.81.

The process color (four color CMYK) of #efa1fb color hex is 0.05, 0.36, 0.00, 0.02. Web safe color of #efa1fb is #ff99ff. Color #efa1fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 11111011
Octal 357 241 373
Decimal 239 161 251
Hex EF A1 FB

RGB Percentages of Color #efa1fb

%36.71
%24.73
%38.56

CMYK Percentages of Color #efa1fb

%5
%36
%0
%2

Triadic Colors of #efa1fb

#efa1fb #fbefa1 #a1fbef

Analogous Colors of #efa1fb

#efa1fb #fba1da #c2a1fb

Monochromatic Colors of #efa1fb

#efa1fb

Complementary Color

#efa1fb #adfba1

#efa1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa1fb Color CSS Codes

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

#efa1fb Text Font Color

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

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


#efa1fb Background Color

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

This div background color is #efa1fb


#efa1fb Border Color

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

This div border color is #efa1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa1fb


Comments

No comments written yet.

Please login to write comment.