Color Hex Logo

#f395bc Color Hex

#F395BC
(243,149,188)
0 Favorites   0 Comments

Color spaces of #f395bc

RGB 243149188
HSL0.930.800.77
HSV335°39°95°
CMYK 0.000.390.23   0.05
XYZ56.786744.180453.1116
Yxy44.18040.36860.2867
Hunter Lab66.468336.1805-0.8479
CIE-Lab72.348940.3059-5.1112

#f395bc color RGB value is (243,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010101 10111100
Octal 363 225 274
Decimal 243 149 188
Hex F3 95 BC

RGB Percentages of Color #f395bc

%41.90
%25.69
%32.41

CMYK Percentages of Color #f395bc

%0
%39
%23
%5

Triadic Colors of #f395bc

#f395bc #bcf395 #95bcf3

Analogous Colors of #f395bc

#f395bc #f39d95 #f395eb

Monochromatic Colors of #f395bc

#f395bc

Complementary Color

#f395bc #95f3cc

#f395bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f395bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f395bc Color CSS Codes

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

#f395bc Text Font Color

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

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


#f395bc Background Color

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

This div background color is #f395bc


#f395bc Border Color

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

This div border color is #f395bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,149,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f395bc


Comments

No comments written yet.

Please login to write comment.