Color Hex Logo

#f68eca Color Hex

#F68ECA
(246,142,202)
0 Favorites   0 Comments

Color spaces of #f68eca

RGB 246142202
HSL0.900.850.76
HSV325°42°96°
CMYK 0.000.420.18   0.04
XYZ58.339743.203161.1413
Yxy43.20310.35860.2656
Hunter Lab65.729143.4069-9.1413
CIE-Lab71.692646.9393-13.8075

#f68eca color RGB value is (246,142,202).

#f68eca hex color red value is 246, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f68eca hue: 0.90 , saturation: 0.85 and the lightness value of f68eca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001110 11001010
Octal 366 216 312
Decimal 246 142 202
Hex F6 8E CA

RGB Percentages of Color #f68eca

%41.69
%24.07
%34.24

CMYK Percentages of Color #f68eca

%0
%42
%18
%4

Triadic Colors of #f68eca

#f68eca #caf68e #8ecaf6

Analogous Colors of #f68eca

#f68eca #f68e96 #ee8ef6

Monochromatic Colors of #f68eca

#f68eca

Complementary Color

#f68eca #8ef6ba

#f68eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68eca Color CSS Codes

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

#f68eca Text Font Color

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

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


#f68eca Background Color

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

This div background color is #f68eca


#f68eca Border Color

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

This div border color is #f68eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68eca


Comments

No comments written yet.

Please login to write comment.