Color Hex Logo

#e07bda Color Hex

#E07BDA
(224,123,218)
0 Favorites   0 Comments

Color spaces of #e07bda

RGB 224123218
HSL0.840.620.68
HSV304°45°88°
CMYK 0.000.450.03   0.12
XYZ50.478335.075270.4394
Yxy35.07520.32360.2249
Hunter Lab59.224348.4972-29.0605
CIE-Lab65.807252.2931-31.9276

#e07bda color RGB value is (224,123,218).

#e07bda hex color red value is 224, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e07bda hue: 0.84 , saturation: 0.62 and the lightness value of e07bda is 0.68.

The process color (four color CMYK) of #e07bda color hex is 0.00, 0.45, 0.03, 0.12. Web safe color of #e07bda is #cc66cc. Color #e07bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111011 11011010
Octal 340 173 332
Decimal 224 123 218
Hex E0 7B DA

RGB Percentages of Color #e07bda

%39.65
%21.77
%38.58

CMYK Percentages of Color #e07bda

%0
%45
%3
%12

Triadic Colors of #e07bda

#e07bda #dae07b #7bdae0

Analogous Colors of #e07bda

#e07bda #e07ba8 #b47be0

Monochromatic Colors of #e07bda

#e07bda

Complementary Color

#e07bda #7be081

#e07bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07bda Color CSS Codes

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

#e07bda Text Font Color

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

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


#e07bda Background Color

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

This div background color is #e07bda


#e07bda Border Color

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

This div border color is #e07bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07bda


Comments

No comments written yet.

Please login to write comment.