Color Hex Logo

#ef74bb Color Hex

#EF74BB
(239,116,187)
0 Favorites   0 Comments

Color spaces of #ef74bb

RGB 239116187
HSL0.900.790.70
HSV325°51°94°
CMYK 0.000.510.22   0.06
XYZ50.811634.429450.9812
Yxy34.42940.37300.2527
Hunter Lab58.676651.8900-10.4406
CIE-Lab65.302055.3599-15.1272

#ef74bb color RGB value is (239,116,187).

#ef74bb hex color red value is 239, green value is 116 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ef74bb hue: 0.90 , saturation: 0.79 and the lightness value of ef74bb is 0.70.

The process color (four color CMYK) of #ef74bb color hex is 0.00, 0.51, 0.22, 0.06. Web safe color of #ef74bb is #ff66cc. Color #ef74bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 10111011
Octal 357 164 273
Decimal 239 116 187
Hex EF 74 BB

RGB Percentages of Color #ef74bb

%44.10
%21.40
%34.50

CMYK Percentages of Color #ef74bb

%0
%51
%22
%6

Triadic Colors of #ef74bb

#ef74bb #bbef74 #74bbef

Analogous Colors of #ef74bb

#ef74bb #ef747e #e674ef

Monochromatic Colors of #ef74bb

#ef74bb

Complementary Color

#ef74bb #74efa8

#ef74bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef74bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef74bb Color CSS Codes

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

#ef74bb Text Font Color

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

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


#ef74bb Background Color

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

This div background color is #ef74bb


#ef74bb Border Color

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

This div border color is #ef74bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef74bb


Comments

No comments written yet.

Please login to write comment.