Color Hex Logo

#ef6feb Color Hex

#EF6FEB
(239,111,235)
0 Favorites   0 Comments

Color spaces of #ef6feb

RGB 239111235
HSL0.840.800.69
HSV302°54°94°
CMYK 0.000.540.02   0.06
XYZ56.276435.717882.5254
Yxy35.71780.32250.2047
Hunter Lab59.764463.4947-40.0353
CIE-Lab66.303765.0975-40.4470

#ef6feb color RGB value is (239,111,235).

#ef6feb hex color red value is 239, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ef6feb hue: 0.84 , saturation: 0.80 and the lightness value of ef6feb is 0.69.

The process color (four color CMYK) of #ef6feb color hex is 0.00, 0.54, 0.02, 0.06. Web safe color of #ef6feb is #ff66ff. Color #ef6feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101111 11101011
Octal 357 157 353
Decimal 239 111 235
Hex EF 6F EB

RGB Percentages of Color #ef6feb

%40.85
%18.97
%40.17

CMYK Percentages of Color #ef6feb

%0
%54
%2
%6

Triadic Colors of #ef6feb

#ef6feb #ebef6f #6febef

Analogous Colors of #ef6feb

#ef6feb #ef6fab #b36fef

Monochromatic Colors of #ef6feb

#ef6feb

Complementary Color

#ef6feb #6fef73

#ef6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6feb Color CSS Codes

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

#ef6feb Text Font Color

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

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


#ef6feb Background Color

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

This div background color is #ef6feb


#ef6feb Border Color

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

This div border color is #ef6feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,111,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6feb


Comments

No comments written yet.

Please login to write comment.