Color Hex Logo

#f352bc Color Hex

#F352BC
(243,82,188)
0 Favorites   0 Comments

Color spaces of #f352bc

RGB 24382188
HSL0.890.870.64
HSV320°66°95°
CMYK 0.000.660.23   0.05
XYZ49.056528.720150.5349
Yxy28.72010.38230.2238
Hunter Lab53.591169.6117-18.3950
CIE-Lab60.533871.1853-22.8937

#f352bc color RGB value is (243,82,188).

#f352bc hex color red value is 243, green value is 82 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f352bc hue: 0.89 , saturation: 0.87 and the lightness value of f352bc is 0.64.

The process color (four color CMYK) of #f352bc color hex is 0.00, 0.66, 0.23, 0.05. Web safe color of #f352bc is #ff66cc. Color #f352bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010010 10111100
Octal 363 122 274
Decimal 243 82 188
Hex F3 52 BC

RGB Percentages of Color #f352bc

%47.37
%15.98
%36.65

CMYK Percentages of Color #f352bc

%0
%66
%23
%5

Triadic Colors of #f352bc

#f352bc #bcf352 #52bcf3

Analogous Colors of #f352bc

#f352bc #f3526c #da52f3

Monochromatic Colors of #f352bc

#f352bc

Complementary Color

#f352bc #52f389

#f352bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f352bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f352bc Color CSS Codes

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

#f352bc Text Font Color

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

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


#f352bc Background Color

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

This div background color is #f352bc


#f352bc Border Color

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

This div border color is #f352bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f352bc


Comments

No comments written yet.

Please login to write comment.