Color Hex Logo

#ef5bcc Color Hex

#EF5BCC
(239,91,204)
0 Favorites   0 Comments

Color spaces of #ef5bcc

RGB 23991204
HSL0.870.820.65
HSV314°62°94°
CMYK 0.000.620.15   0.06
XYZ50.236830.192560.3067
Yxy30.19250.35700.2145
Hunter Lab54.947767.0379-26.6091
CIE-Lab61.820068.8326-30.0750

#ef5bcc color RGB value is (239,91,204).

#ef5bcc hex color red value is 239, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ef5bcc hue: 0.87 , saturation: 0.82 and the lightness value of ef5bcc is 0.65.

The process color (four color CMYK) of #ef5bcc color hex is 0.00, 0.62, 0.15, 0.06. Web safe color of #ef5bcc is #ff66cc. Color #ef5bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011011 11001100
Octal 357 133 314
Decimal 239 91 204
Hex EF 5B CC

RGB Percentages of Color #ef5bcc

%44.76
%17.04
%38.20

CMYK Percentages of Color #ef5bcc

%0
%62
%15
%6

Triadic Colors of #ef5bcc

#ef5bcc #ccef5b #5bccef

Analogous Colors of #ef5bcc

#ef5bcc #ef5b82 #c85bef

Monochromatic Colors of #ef5bcc

#ef5bcc

Complementary Color

#ef5bcc #5bef7e

#ef5bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5bcc Color CSS Codes

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

#ef5bcc Text Font Color

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

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


#ef5bcc Background Color

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

This div background color is #ef5bcc


#ef5bcc Border Color

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

This div border color is #ef5bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5bcc


Comments

No comments written yet.

Please login to write comment.