Color Hex Logo

#f675ed Color Hex

#F675ED
(246,117,237)
0 Favorites   0 Comments

Color spaces of #f675ed

RGB 246117237
HSL0.840.880.71
HSV304°52°96°
CMYK 0.000.520.04   0.04
XYZ59.653438.429884.3944
Yxy38.42980.32690.2106
Hunter Lab61.991863.2812-37.3220
CIE-Lab68.336264.5724-38.3091

#f675ed color RGB value is (246,117,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110101 11101101
Octal 366 165 355
Decimal 246 117 237
Hex F6 75 ED

RGB Percentages of Color #f675ed

%41.00
%19.50
%39.50

CMYK Percentages of Color #f675ed

%0
%52
%4
%4

Triadic Colors of #f675ed

#f675ed #edf675 #75edf6

Analogous Colors of #f675ed

#f675ed #f675ad #bf75f6

Monochromatic Colors of #f675ed

#f675ed

Complementary Color

#f675ed #75f67e

#f675ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f675ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f675ed Color CSS Codes

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

#f675ed Text Font Color

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

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


#f675ed Background Color

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

This div background color is #f675ed


#f675ed Border Color

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

This div border color is #f675ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f675ed


Comments

No comments written yet.

Please login to write comment.