Color Hex Logo

#f689ea Color Hex

#F689EA
(246,137,234)
0 Favorites   0 Comments

Color spaces of #f689ea

RGB 246137234
HSL0.850.860.75
HSV307°44°96°
CMYK 0.000.440.05   0.04
XYZ61.803043.424782.9663
Yxy43.42470.32840.2307
Hunter Lab65.897452.0887-28.5192
CIE-Lab71.842354.5415-31.2220

#f689ea color RGB value is (246,137,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001001 11101010
Octal 366 211 352
Decimal 246 137 234
Hex F6 89 EA

RGB Percentages of Color #f689ea

%39.87
%22.20
%37.93

CMYK Percentages of Color #f689ea

%0
%44
%5
%4

Triadic Colors of #f689ea

#f689ea #eaf689 #89eaf6

Analogous Colors of #f689ea

#f689ea #f689b4 #cc89f6

Monochromatic Colors of #f689ea

#f689ea

Complementary Color

#f689ea #89f695

#f689ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f689ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f689ea Color CSS Codes

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

#f689ea Text Font Color

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

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


#f689ea Background Color

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

This div background color is #f689ea


#f689ea Border Color

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

This div border color is #f689ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f689ea


Comments

No comments written yet.

Please login to write comment.