Color Hex Logo

#f395ce Color Hex

#F395CE
(243,149,206)
0 Favorites   0 Comments

Color spaces of #f395ce

RGB 243149206
HSL0.900.800.77
HSV324°39°95°
CMYK 0.000.390.15   0.05
XYZ58.850245.005863.9778
Yxy45.00580.35060.2682
Hunter Lab67.086439.1845-9.5822
CIE-Lab72.895742.9893-14.2463

#f395ce color RGB value is (243,149,206).

#f395ce hex color red value is 243, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f395ce hue: 0.90 , saturation: 0.80 and the lightness value of f395ce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010101 11001110
Octal 363 225 316
Decimal 243 149 206
Hex F3 95 CE

RGB Percentages of Color #f395ce

%40.64
%24.92
%34.45

CMYK Percentages of Color #f395ce

%0
%39
%15
%5

Triadic Colors of #f395ce

#f395ce #cef395 #95cef3

Analogous Colors of #f395ce

#f395ce #f3959f #e995f3

Monochromatic Colors of #f395ce

#f395ce

Complementary Color

#f395ce #95f3ba

#f395ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f395ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f395ce Color CSS Codes

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

#f395ce Text Font Color

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

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


#f395ce Background Color

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

This div background color is #f395ce


#f395ce Border Color

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

This div border color is #f395ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f395ce


Comments

No comments written yet.

Please login to write comment.