Color Hex Logo

#e474cf Color Hex

#E474CF
(228,116,207)
0 Favorites   0 Comments

Color spaces of #e474cf

RGB 228116207
HSL0.860.670.67
HSV311°49°89°
CMYK 0.000.490.09   0.11
XYZ49.502833.489862.8866
Yxy33.48980.33930.2296
Hunter Lab57.870451.4172-23.9200
CIE-Lab64.555655.0627-27.6680

#e474cf color RGB value is (228,116,207).

#e474cf hex color red value is 228, green value is 116 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e474cf hue: 0.86 , saturation: 0.67 and the lightness value of e474cf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110100 11001111
Octal 344 164 317
Decimal 228 116 207
Hex E4 74 CF

RGB Percentages of Color #e474cf

%41.38
%21.05
%37.57

CMYK Percentages of Color #e474cf

%0
%49
%9
%11

Triadic Colors of #e474cf

#e474cf #cfe474 #74cfe4

Analogous Colors of #e474cf

#e474cf #e47497 #c174e4

Monochromatic Colors of #e474cf

#e474cf

Complementary Color

#e474cf #74e489

#e474cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e474cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e474cf Color CSS Codes

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

#e474cf Text Font Color

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

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


#e474cf Background Color

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

This div background color is #e474cf


#e474cf Border Color

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

This div border color is #e474cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e474cf


Comments

No comments written yet.

Please login to write comment.