Color Hex Logo

#e274de Color Hex

#E274DE
(226,116,222)
0 Favorites   0 Comments

Color spaces of #e274de

RGB 226116222
HSL0.840.650.67
HSV302°49°89°
CMYK 0.000.490.02   0.11
XYZ50.794233.933572.9799
Yxy33.93350.32210.2152
Hunter Lab58.252553.7042-33.5030
CIE-Lab64.909857.0042-35.5298

#e274de color RGB value is (226,116,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 11011110
Octal 342 164 336
Decimal 226 116 222
Hex E2 74 DE

RGB Percentages of Color #e274de

%40.07
%20.57
%39.36

CMYK Percentages of Color #e274de

%0
%49
%2
%11

Triadic Colors of #e274de

#e274de #dee274 #74dee2

Analogous Colors of #e274de

#e274de #e274a7 #af74e2

Monochromatic Colors of #e274de

#e274de

Complementary Color

#e274de #74e278

#e274de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274de Color CSS Codes

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

#e274de Text Font Color

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

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


#e274de Background Color

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

This div background color is #e274de


#e274de Border Color

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

This div border color is #e274de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274de


Comments

No comments written yet.

Please login to write comment.