Color Hex Logo

#e07ced Color Hex

#E07CED
(224,124,237)
0 Favorites   0 Comments

Color spaces of #e07ced

RGB 224124237
HSL0.810.760.71
HSV293°48°93°
CMYK 0.050.480.00   0.07
XYZ53.234236.377084.3365
Yxy36.37700.30600.2091
Hunter Lab60.313352.0006-40.6862
CIE-Lab66.807055.2222-40.9037

#e07ced color RGB value is (224,124,237).

#e07ced hex color red value is 224, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e07ced hue: 0.81 , saturation: 0.76 and the lightness value of e07ced is 0.71.

The process color (four color CMYK) of #e07ced color hex is 0.05, 0.48, 0.00, 0.07. Web safe color of #e07ced is #cc66ff. Color #e07ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 11101101
Octal 340 174 355
Decimal 224 124 237
Hex E0 7C ED

RGB Percentages of Color #e07ced

%38.29
%21.20
%40.51

CMYK Percentages of Color #e07ced

%5
%48
%0
%7

Triadic Colors of #e07ced

#e07ced #ede07c #7cede0

Analogous Colors of #e07ced

#e07ced #ed7cc2 #a87ced

Monochromatic Colors of #e07ced

#e07ced

Complementary Color

#e07ced #89ed7c

#e07ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ced Color CSS Codes

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

#e07ced Text Font Color

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

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


#e07ced Background Color

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

This div background color is #e07ced


#e07ced Border Color

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

This div border color is #e07ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ced


Comments

No comments written yet.

Please login to write comment.