Color Hex Logo

#f685ea Color Hex

#F685EA
(246,133,234)
0 Favorites   0 Comments

Color spaces of #f685ea

RGB 246133234
HSL0.850.860.74
HSV306°46°96°
CMYK 0.000.460.05   0.04
XYZ61.244842.308482.7803
Yxy42.30840.32870.2271
Hunter Lab65.044954.2429-29.9248
CIE-Lab71.083056.5061-32.3944

#f685ea color RGB value is (246,133,234).

#f685ea hex color red value is 246, green value is 133 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f685ea hue: 0.85 , saturation: 0.86 and the lightness value of f685ea is 0.74.

The process color (four color CMYK) of #f685ea color hex is 0.00, 0.46, 0.05, 0.04. Web safe color of #f685ea is #ff99ff. Color #f685ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 11101010
Octal 366 205 352
Decimal 246 133 234
Hex F6 85 EA

RGB Percentages of Color #f685ea

%40.13
%21.70
%38.17

CMYK Percentages of Color #f685ea

%0
%46
%5
%4

Triadic Colors of #f685ea

#f685ea #eaf685 #85eaf6

Analogous Colors of #f685ea

#f685ea #f685b2 #ca85f6

Monochromatic Colors of #f685ea

#f685ea

Complementary Color

#f685ea #85f691

#f685ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f685ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f685ea Color CSS Codes

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

#f685ea Text Font Color

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

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


#f685ea Background Color

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

This div background color is #f685ea


#f685ea Border Color

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

This div border color is #f685ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f685ea


Comments

No comments written yet.

Please login to write comment.