Color Hex Logo

#f293ce Color Hex

#F293CE
(242,147,206)
0 Favorites   0 Comments

Color spaces of #f293ce

RGB 242147206
HSL0.900.790.76
HSV323°39°95°
CMYK 0.000.390.15   0.05
XYZ58.192244.200963.8571
Yxy44.20090.35000.2659
Hunter Lab66.483839.8917-10.4089
CIE-Lab72.362643.6931-15.0601

#f293ce color RGB value is (242,147,206).

#f293ce hex color red value is 242, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f293ce hue: 0.90 , saturation: 0.79 and the lightness value of f293ce is 0.76.

The process color (four color CMYK) of #f293ce color hex is 0.00, 0.39, 0.15, 0.05. Web safe color of #f293ce is #ff99cc. Color #f293ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010011 11001110
Octal 362 223 316
Decimal 242 147 206
Hex F2 93 CE

RGB Percentages of Color #f293ce

%40.67
%24.71
%34.62

CMYK Percentages of Color #f293ce

%0
%39
%15
%5

Triadic Colors of #f293ce

#f293ce #cef293 #93cef2

Analogous Colors of #f293ce

#f293ce #f2939f #e793f2

Monochromatic Colors of #f293ce

#f293ce

Complementary Color

#f293ce #93f2b7

#f293ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f293ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f293ce Color CSS Codes

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

#f293ce Text Font Color

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

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


#f293ce Background Color

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

This div background color is #f293ce


#f293ce Border Color

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

This div border color is #f293ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,147,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f293ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f293ce;
  -webkit-box-shadow: 1px 1px 3px 2px #f293ce;
  box-shadow:         1px 1px 3px 2px #f293ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,147,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f293ce


Comments

No comments written yet.

Please login to write comment.