Color Hex Logo

#f775ed Color Hex

#F775ED
(247,117,237)
0 Favorites   0 Comments

Color spaces of #f775ed

RGB 247117237
HSL0.850.890.71
HSV305°53°97°
CMYK 0.000.530.04   0.03
XYZ60.005138.611284.4108
Yxy38.61120.32780.2110
Hunter Lab62.137963.6319-37.0455
CIE-Lab68.468764.8410-38.0926

#f775ed color RGB value is (247,117,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110101 11101101
Octal 367 165 355
Decimal 247 117 237
Hex F7 75 ED

RGB Percentages of Color #f775ed

%41.10
%19.47
%39.43

CMYK Percentages of Color #f775ed

%0
%53
%4
%3

Triadic Colors of #f775ed

#f775ed #edf775 #75edf7

Analogous Colors of #f775ed

#f775ed #f775ac #c075f7

Monochromatic Colors of #f775ed

#f775ed

Complementary Color

#f775ed #75f77f

#f775ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f775ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f775ed Color CSS Codes

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

#f775ed Text Font Color

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

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


#f775ed Background Color

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

This div background color is #f775ed


#f775ed Border Color

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

This div border color is #f775ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,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 #f775ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f775ed


Comments

No comments written yet.

Please login to write comment.