Color Hex Logo

#ef7ccb Color Hex

#EF7CCB
(239,124,203)
0 Favorites   0 Comments

Color spaces of #ef7ccb

RGB 239124203
HSL0.890.780.71
HSV319°48°94°
CMYK 0.000.480.15   0.06
XYZ53.583737.077860.8325
Yxy37.07780.35370.2447
Hunter Lab60.891550.5173-16.6084
CIE-Lab67.335453.8447-21.0417

#ef7ccb color RGB value is (239,124,203).

#ef7ccb hex color red value is 239, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ef7ccb hue: 0.89 , saturation: 0.78 and the lightness value of ef7ccb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111100 11001011
Octal 357 174 313
Decimal 239 124 203
Hex EF 7C CB

RGB Percentages of Color #ef7ccb

%42.23
%21.91
%35.87

CMYK Percentages of Color #ef7ccb

%0
%48
%15
%6

Triadic Colors of #ef7ccb

#ef7ccb #cbef7c #7ccbef

Analogous Colors of #ef7ccb

#ef7ccb #ef7c92 #da7cef

Monochromatic Colors of #ef7ccb

#ef7ccb

Complementary Color

#ef7ccb #7cefa0

#ef7ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7ccb Color CSS Codes

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

#ef7ccb Text Font Color

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

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


#ef7ccb Background Color

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

This div background color is #ef7ccb


#ef7ccb Border Color

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

This div border color is #ef7ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7ccb


Comments

No comments written yet.

Please login to write comment.