color codes Logo

#e076cb color codes

#E076CB
(224,118,203)
0 Favorites   0 Comments

Color spaces of #e076cb

RGB 224118203
HSL0.870.630.67
HSV312°47°88°
CMYK 0.000.470.09   0.12
XYZ47.998433.116060.3621
Yxy33.11600.33930.2341
Hunter Lab57.546548.1769-21.9083
CIE-Lab64.254752.2422-25.9275

#e076cb color RGB value is (224,118,203).

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

The process color (four color CMYK) of #e076cb color code is 0.00, 0.47, 0.09, 0.12. Web safe color of #e076cb is #cc66cc. Color #e076cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 11001011
Octal 340 166 313
Decimal 224 118 203
Hex E0 76 CB

RGB Percentages of Color #e076cb

%41.10
%21.65
%37.25

CMYK Percentages of Color #e076cb

%0
%47
%9
%12

Triadic Colors of #e076cb

#e076cb #cbe076 #76cbe0

Analogous Colors of #e076cb

#e076cb #e07696 #c076e0

Monochromatic Colors of #e076cb

#e076cb

Complementary Color

#e076cb #76e08b

#e076cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076cb Color CSS Codes

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

#e076cb Text Font Color

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

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


#e076cb Background Color

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

This div background color is #e076cb


#e076cb Border Color

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

This div border color is #e076cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076cb


Comments

No comments written yet.

Please login to write comment.