Color Hex Logo

#f475ed Color Hex

#F475ED
(244,117,237)
0 Favorites   0 Comments

Color spaces of #f475ed

RGB 244117237
HSL0.840.850.71
HSV303°52°96°
CMYK 0.000.520.03   0.04
XYZ58.955638.070184.3617
Yxy38.07010.32500.2099
Hunter Lab61.701062.5810-37.8746
CIE-Lab68.072264.0344-38.7405

#f475ed color RGB value is (244,117,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110101 11101101
Octal 364 165 355
Decimal 244 117 237
Hex F4 75 ED

RGB Percentages of Color #f475ed

%40.80
%19.57
%39.63

CMYK Percentages of Color #f475ed

%0
%52
%3
%4

Triadic Colors of #f475ed

#f475ed #edf475 #75edf4

Analogous Colors of #f475ed

#f475ed #f475ae #bc75f4

Monochromatic Colors of #f475ed

#f475ed

Complementary Color

#f475ed #75f47c

#f475ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f475ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f475ed Color CSS Codes

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

#f475ed Text Font Color

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

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


#f475ed Background Color

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

This div background color is #f475ed


#f475ed Border Color

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

This div border color is #f475ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f475ed


Comments

No comments written yet.

Please login to write comment.