Color Hex Logo

#e277cd Color Hex

#E277CD
(226,119,205)
0 Favorites   0 Comments

Color spaces of #e277cd

RGB 226119205
HSL0.870.650.68
HSV312°47°89°
CMYK 0.000.470.09   0.11
XYZ48.980333.770261.6944
Yxy33.77020.33910.2338
Hunter Lab58.112148.7540-22.2664
CIE-Lab64.779852.6760-26.2222

#e277cd color RGB value is (226,119,205).

#e277cd hex color red value is 226, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e277cd hue: 0.87 , saturation: 0.65 and the lightness value of e277cd is 0.68.

The process color (four color CMYK) of #e277cd color hex is 0.00, 0.47, 0.09, 0.11. Web safe color of #e277cd is #cc66cc. Color #e277cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110111 11001101
Octal 342 167 315
Decimal 226 119 205
Hex E2 77 CD

RGB Percentages of Color #e277cd

%41.09
%21.64
%37.27

CMYK Percentages of Color #e277cd

%0
%47
%9
%11

Triadic Colors of #e277cd

#e277cd #cde277 #77cde2

Analogous Colors of #e277cd

#e277cd #e27798 #c277e2

Monochromatic Colors of #e277cd

#e277cd

Complementary Color

#e277cd #77e28c

#e277cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e277cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e277cd Color CSS Codes

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

#e277cd Text Font Color

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

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


#e277cd Background Color

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

This div background color is #e277cd


#e277cd Border Color

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

This div border color is #e277cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,119,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e277cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e277cd;
  -webkit-box-shadow: 1px 1px 3px 2px #e277cd;
  box-shadow:         1px 1px 3px 2px #e277cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,119,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e277cd


Comments

No comments written yet.

Please login to write comment.