Color Hex Logo

#ef92bc Color Hex

#EF92BC
(239,146,188)
0 Favorites   0 Comments

Color spaces of #ef92bc

RGB 239146188
HSL0.920.740.75
HSV333°39°94°
CMYK 0.000.390.21   0.06
XYZ54.952642.539352.8915
Yxy42.53930.36540.2829
Hunter Lab65.222236.2555-2.4253
CIE-Lab71.241240.4972-6.8033

#ef92bc color RGB value is (239,146,188).

#ef92bc hex color red value is 239, green value is 146 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ef92bc hue: 0.92 , saturation: 0.74 and the lightness value of ef92bc is 0.75.

The process color (four color CMYK) of #ef92bc color hex is 0.00, 0.39, 0.21, 0.06. Web safe color of #ef92bc is #ff99cc. Color #ef92bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010010 10111100
Octal 357 222 274
Decimal 239 146 188
Hex EF 92 BC

RGB Percentages of Color #ef92bc

%41.71
%25.48
%32.81

CMYK Percentages of Color #ef92bc

%0
%39
%21
%6

Triadic Colors of #ef92bc

#ef92bc #bcef92 #92bcef

Analogous Colors of #ef92bc

#ef92bc #ef9792 #ef92eb

Monochromatic Colors of #ef92bc

#ef92bc

Complementary Color

#ef92bc #92efc5

#ef92bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef92bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef92bc Color CSS Codes

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

#ef92bc Text Font Color

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

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


#ef92bc Background Color

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

This div background color is #ef92bc


#ef92bc Border Color

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

This div border color is #ef92bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef92bc


Comments

No comments written yet.

Please login to write comment.