Color Hex Logo

#f476ea Color Hex

#F476EA
(244,118,234)
0 Favorites   0 Comments

Color spaces of #f476ea

RGB 244118234
HSL0.850.850.71
HSV305°52°96°
CMYK 0.000.520.04   0.04
XYZ58.637938.130582.1113
Yxy38.13050.32780.2132
Hunter Lab61.749961.4418-35.6153
CIE-Lab68.116763.0755-37.0158

#f476ea color RGB value is (244,118,234).

#f476ea hex color red value is 244, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f476ea hue: 0.85 , saturation: 0.85 and the lightness value of f476ea is 0.71.

The process color (four color CMYK) of #f476ea color hex is 0.00, 0.52, 0.04, 0.04. Web safe color of #f476ea is #ff66ff. Color #f476ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110110 11101010
Octal 364 166 352
Decimal 244 118 234
Hex F4 76 EA

RGB Percentages of Color #f476ea

%40.94
%19.80
%39.26

CMYK Percentages of Color #f476ea

%0
%52
%4
%4

Triadic Colors of #f476ea

#f476ea #eaf476 #76eaf4

Analogous Colors of #f476ea

#f476ea #f476ab #bf76f4

Monochromatic Colors of #f476ea

#f476ea

Complementary Color

#f476ea #76f480

#f476ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f476ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f476ea Color CSS Codes

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

#f476ea Text Font Color

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

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


#f476ea Background Color

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

This div background color is #f476ea


#f476ea Border Color

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

This div border color is #f476ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,118,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f476ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f476ea;
  -webkit-box-shadow: 1px 1px 3px 2px #f476ea;
  box-shadow:         1px 1px 3px 2px #f476ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,118,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f476ea


Comments

No comments written yet.

Please login to write comment.