Color Hex Logo

#e274dc Color Hex

#E274DC
(226,116,220)
0 Favorites   0 Comments

Color spaces of #e274dc

RGB 226116220
HSL0.840.650.67
HSV303°49°89°
CMYK 0.000.490.03   0.11
XYZ50.527733.826871.5763
Yxy33.82680.32400.2169
Hunter Lab58.160853.2920-32.2534
CIE-Lab64.824956.6593-34.5468

#e274dc color RGB value is (226,116,220).

#e274dc hex color red value is 226, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e274dc hue: 0.84 , saturation: 0.65 and the lightness value of e274dc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 11011100
Octal 342 164 334
Decimal 226 116 220
Hex E2 74 DC

RGB Percentages of Color #e274dc

%40.21
%20.64
%39.15

CMYK Percentages of Color #e274dc

%0
%49
%3
%11

Triadic Colors of #e274dc

#e274dc #dce274 #74dce2

Analogous Colors of #e274dc

#e274dc #e274a5 #b174e2

Monochromatic Colors of #e274dc

#e274dc

Complementary Color

#e274dc #74e27a

#e274dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274dc Color CSS Codes

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

#e274dc Text Font Color

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

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


#e274dc Background Color

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

This div background color is #e274dc


#e274dc Border Color

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

This div border color is #e274dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274dc


Comments

No comments written yet.

Please login to write comment.