Color Hex Logo

#e273cd Color Hex

#E273CD
(226,115,205)
0 Favorites   0 Comments

Color spaces of #e273cd

RGB 226115205
HSL0.860.660.67
HSV311°49°89°
CMYK 0.000.490.09   0.11
XYZ48.514232.838061.5390
Yxy32.83800.33950.2298
Hunter Lab57.304550.8361-23.5582
CIE-Lab64.029554.6341-27.3767

#e273cd color RGB value is (226,115,205).

#e273cd hex color red value is 226, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e273cd hue: 0.86 , saturation: 0.66 and the lightness value of e273cd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 11001101
Octal 342 163 315
Decimal 226 115 205
Hex E2 73 CD

RGB Percentages of Color #e273cd

%41.39
%21.06
%37.55

CMYK Percentages of Color #e273cd

%0
%49
%9
%11

Triadic Colors of #e273cd

#e273cd #cde273 #73cde2

Analogous Colors of #e273cd

#e273cd #e27396 #c073e2

Monochromatic Colors of #e273cd

#e273cd

Complementary Color

#e273cd #73e288

#e273cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273cd Color CSS Codes

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

#e273cd Text Font Color

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

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


#e273cd Background Color

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

This div background color is #e273cd


#e273cd Border Color

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

This div border color is #e273cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273cd


Comments

No comments written yet.

Please login to write comment.