Color Hex Logo

#ef85fb Color Hex

#EF85FB
(239,133,251)
0 Favorites   0 Comments

Color spaces of #ef85fb

RGB 239133251
HSL0.820.940.75
HSV294°47°98°
CMYK 0.050.470.00   0.02
XYZ61.396742.090896.1552
Yxy42.09080.30750.2108
Hunter Lab64.877455.3878-42.4599
CIE-Lab70.933557.5074-41.9967

#ef85fb color RGB value is (239,133,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 11111011
Octal 357 205 373
Decimal 239 133 251
Hex EF 85 FB

RGB Percentages of Color #ef85fb

%38.36
%21.35
%40.29

CMYK Percentages of Color #ef85fb

%5
%47
%0
%2

Triadic Colors of #ef85fb

#ef85fb #fbef85 #85fbef

Analogous Colors of #ef85fb

#ef85fb #fb85cc #b485fb

Monochromatic Colors of #ef85fb

#ef85fb

Complementary Color

#ef85fb #91fb85

#ef85fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef85fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef85fb Color CSS Codes

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

#ef85fb Text Font Color

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

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


#ef85fb Background Color

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

This div background color is #ef85fb


#ef85fb Border Color

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

This div border color is #ef85fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef85fb

Related Colors


Comments

No comments written yet.

Please login to write comment.