Color Hex Logo

#efa7fb Color Hex

#EFA7FB
(239,167,251)
0 Favorites   0 Comments

Color spaces of #efa7fb

RGB 239167251
HSL0.810.910.82
HSV291°33°98°
CMYK 0.050.330.00   0.02
XYZ66.827952.953297.9656
Yxy52.95320.30690.2432
Hunter Lab72.768936.5811-28.8812
CIE-Lab77.847440.0927-31.2730

#efa7fb color RGB value is (239,167,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100111 11111011
Octal 357 247 373
Decimal 239 167 251
Hex EF A7 FB

RGB Percentages of Color #efa7fb

%36.38
%25.42
%38.20

CMYK Percentages of Color #efa7fb

%5
%33
%0
%2

Triadic Colors of #efa7fb

#efa7fb #fbefa7 #a7fbef

Analogous Colors of #efa7fb

#efa7fb #fba7dd #c5a7fb

Monochromatic Colors of #efa7fb

#efa7fb

Complementary Color

#efa7fb #b3fba7

#efa7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa7fb Color CSS Codes

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

#efa7fb Text Font Color

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

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


#efa7fb Background Color

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

This div background color is #efa7fb


#efa7fb Border Color

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

This div border color is #efa7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa7fb


Comments

No comments written yet.

Please login to write comment.