Color Hex Logo

#ef7ccd Color Hex

#EF7CCD
(239,124,205)
0 Favorites   0 Comments

Color spaces of #ef7ccd

RGB 239124205
HSL0.880.780.71
HSV318°48°94°
CMYK 0.000.480.14   0.06
XYZ53.823737.173862.0960
Yxy37.17380.35160.2428
Hunter Lab60.970350.8791-17.7054
CIE-Lab67.407254.1507-22.0504

#ef7ccd color RGB value is (239,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111100 11001101
Octal 357 174 315
Decimal 239 124 205
Hex EF 7C CD

RGB Percentages of Color #ef7ccd

%42.08
%21.83
%36.09

CMYK Percentages of Color #ef7ccd

%0
%48
%14
%6

Triadic Colors of #ef7ccd

#ef7ccd #cdef7c #7ccdef

Analogous Colors of #ef7ccd

#ef7ccd #ef7c94 #d87cef

Monochromatic Colors of #ef7ccd

#ef7ccd

Complementary Color

#ef7ccd #7cef9e

#ef7ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7ccd Color CSS Codes

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

#ef7ccd Text Font Color

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

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


#ef7ccd Background Color

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

This div background color is #ef7ccd


#ef7ccd Border Color

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

This div border color is #ef7ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7ccd


Comments

No comments written yet.

Please login to write comment.