Color Hex Logo

#f687dc Color Hex

#F687DC
(246,135,220)
0 Favorites   0 Comments

Color spaces of #f687dc

RGB 246135220
HSL0.870.860.75
HSV314°45°96°
CMYK 0.000.450.11   0.04
XYZ59.588342.088172.6933
Yxy42.08810.34170.2414
Hunter Lab64.875350.4212-21.0221
CIE-Lab70.931653.2295-24.9179

#f687dc color RGB value is (246,135,220).

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

The process color (four color CMYK) of #f687dc color hex is 0.00, 0.45, 0.11, 0.04. Web safe color of #f687dc is #ff99cc. Color #f687dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000111 11011100
Octal 366 207 334
Decimal 246 135 220
Hex F6 87 DC

RGB Percentages of Color #f687dc

%40.93
%22.46
%36.61

CMYK Percentages of Color #f687dc

%0
%45
%11
%4

Triadic Colors of #f687dc

#f687dc #dcf687 #87dcf6

Analogous Colors of #f687dc

#f687dc #f687a5 #d987f6

Monochromatic Colors of #f687dc

#f687dc

Complementary Color

#f687dc #87f6a1

#f687dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f687dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f687dc Color CSS Codes

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

#f687dc Text Font Color

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

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


#f687dc Background Color

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

This div background color is #f687dc


#f687dc Border Color

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

This div border color is #f687dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,135,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f687dc


Comments

No comments written yet.

Please login to write comment.