Color Hex Logo

#ef83bc Color Hex

#EF83BC
(239,131,188)
0 Favorites   0 Comments

Color spaces of #ef83bc

RGB 239131188
HSL0.910.770.73
HSV328°45°94°
CMYK 0.000.450.21   0.06
XYZ52.790038.214252.1707
Yxy38.21420.36870.2669
Hunter Lab61.817644.2516-6.7652
CIE-Lab68.178248.1623-11.3668

#ef83bc color RGB value is (239,131,188).

#ef83bc hex color red value is 239, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ef83bc hue: 0.91 , saturation: 0.77 and the lightness value of ef83bc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 10111100
Octal 357 203 274
Decimal 239 131 188
Hex EF 83 BC

RGB Percentages of Color #ef83bc

%42.83
%23.48
%33.69

CMYK Percentages of Color #ef83bc

%0
%45
%21
%6

Triadic Colors of #ef83bc

#ef83bc #bcef83 #83bcef

Analogous Colors of #ef83bc

#ef83bc #ef8386 #ec83ef

Monochromatic Colors of #ef83bc

#ef83bc

Complementary Color

#ef83bc #83efb6

#ef83bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef83bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef83bc Color CSS Codes

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

#ef83bc Text Font Color

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

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


#ef83bc Background Color

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

This div background color is #ef83bc


#ef83bc Border Color

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

This div border color is #ef83bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef83bc


Comments

No comments written yet.

Please login to write comment.