Color Hex Logo

#e07fcf Color Hex

#E07FCF
(224,127,207)
0 Favorites   0 Comments

Color spaces of #e07fcf

RGB 224127207
HSL0.860.610.69
HSV311°43°88°
CMYK 0.000.430.08   0.12
XYZ49.592335.531063.2759
Yxy35.53100.33420.2394
Hunter Lab59.607944.1938-21.2129
CIE-Lab66.160048.3893-25.2447

#e07fcf color RGB value is (224,127,207).

#e07fcf hex color red value is 224, green value is 127 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e07fcf hue: 0.86 , saturation: 0.61 and the lightness value of e07fcf is 0.69.

The process color (four color CMYK) of #e07fcf color hex is 0.00, 0.43, 0.08, 0.12. Web safe color of #e07fcf is #cc66cc. Color #e07fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 11001111
Octal 340 177 317
Decimal 224 127 207
Hex E0 7F CF

RGB Percentages of Color #e07fcf

%40.14
%22.76
%37.10

CMYK Percentages of Color #e07fcf

%0
%43
%8
%12

Triadic Colors of #e07fcf

#e07fcf #cfe07f #7fcfe0

Analogous Colors of #e07fcf

#e07fcf #e07f9f #c17fe0

Monochromatic Colors of #e07fcf

#e07fcf

Complementary Color

#e07fcf #7fe090

#e07fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07fcf Color CSS Codes

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

#e07fcf Text Font Color

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

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


#e07fcf Background Color

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

This div background color is #e07fcf


#e07fcf Border Color

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

This div border color is #e07fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,127,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e07fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e07fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #e07fcf;
  box-shadow:         1px 1px 3px 2px #e07fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,127,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07fcf


Comments

No comments written yet.

Please login to write comment.