Color Hex Logo

#e07bcb Color Hex

#E07BCB
(224,123,203)
0 Favorites   0 Comments

Color spaces of #e07bcb

RGB 224123203
HSL0.870.620.68
HSV312°45°88°
CMYK 0.000.450.09   0.12
XYZ48.602934.325060.5636
Yxy34.32500.33870.2392
Hunter Lab58.587545.5514-20.2785
CIE-Lab65.219749.7473-24.4463

#e07bcb color RGB value is (224,123,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111011 11001011
Octal 340 173 313
Decimal 224 123 203
Hex E0 7B CB

RGB Percentages of Color #e07bcb

%40.73
%22.36
%36.91

CMYK Percentages of Color #e07bcb

%0
%45
%9
%12

Triadic Colors of #e07bcb

#e07bcb #cbe07b #7bcbe0

Analogous Colors of #e07bcb

#e07bcb #e07b99 #c37be0

Monochromatic Colors of #e07bcb

#e07bcb

Complementary Color

#e07bcb #7be090

#e07bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07bcb Color CSS Codes

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

#e07bcb Text Font Color

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

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


#e07bcb Background Color

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

This div background color is #e07bcb


#e07bcb Border Color

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

This div border color is #e07bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,123,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 #e07bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07bcb


Comments

No comments written yet.

Please login to write comment.