Color Hex Logo

#f69eca Color Hex

#F69ECA
(246,158,202)
0 Favorites   0 Comments

Color spaces of #f69eca

RGB 246158202
HSL0.920.830.79
HSV330°36°96°
CMYK 0.000.360.18   0.04
XYZ60.893648.310861.9926
Yxy48.31080.35570.2822
Hunter Lab69.506034.7469-4.2268
CIE-Lab75.020538.7070-8.8319

#f69eca color RGB value is (246,158,202).

#f69eca hex color red value is 246, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f69eca hue: 0.92 , saturation: 0.83 and the lightness value of f69eca is 0.79.

The process color (four color CMYK) of #f69eca color hex is 0.00, 0.36, 0.18, 0.04. Web safe color of #f69eca is #ff99cc. Color #f69eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011110 11001010
Octal 366 236 312
Decimal 246 158 202
Hex F6 9E CA

RGB Percentages of Color #f69eca

%40.59
%26.07
%33.33

CMYK Percentages of Color #f69eca

%0
%36
%18
%4

Triadic Colors of #f69eca

#f69eca #caf69e #9ecaf6

Analogous Colors of #f69eca

#f69eca #f69e9e #f69ef6

Monochromatic Colors of #f69eca

#f69eca

Complementary Color

#f69eca #9ef6ca

#f69eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69eca Color CSS Codes

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

#f69eca Text Font Color

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

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


#f69eca Background Color

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

This div background color is #f69eca


#f69eca Border Color

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

This div border color is #f69eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69eca


Comments

No comments written yet.

Please login to write comment.