Color Hex Logo

#ef92b1 Color Hex

#EF92B1
(239,146,177)
0 Favorites   0 Comments

Color spaces of #ef92b1

RGB 239146177
HSL0.940.740.75
HSV340°39°94°
CMYK 0.000.390.26   0.06
XYZ53.811342.082846.8816
Yxy42.08280.37690.2947
Hunter Lab64.871334.54272.5618
CIE-Lab70.928038.9433-1.1475

#ef92b1 color RGB value is (239,146,177).

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

The process color (four color CMYK) of #ef92b1 color hex is 0.00, 0.39, 0.26, 0.06. Web safe color of #ef92b1 is #ff9999. Color #ef92b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010010 10110001
Octal 357 222 261
Decimal 239 146 177
Hex EF 92 B1

RGB Percentages of Color #ef92b1

%42.53
%25.98
%31.49

CMYK Percentages of Color #ef92b1

%0
%39
%26
%6

Triadic Colors of #ef92b1

#ef92b1 #b1ef92 #92b1ef

Analogous Colors of #ef92b1

#ef92b1 #efa292 #ef92e0

Monochromatic Colors of #ef92b1

#ef92b1

Complementary Color

#ef92b1 #92efd0

#ef92b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef92b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef92b1 Color CSS Codes

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

#ef92b1 Text Font Color

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

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


#ef92b1 Background Color

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

This div background color is #ef92b1


#ef92b1 Border Color

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

This div border color is #ef92b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef92b1


Comments

No comments written yet.

Please login to write comment.