Color Hex Logo

#f352bb Color Hex

#F352BB
(243,82,187)
0 Favorites   0 Comments

Color spaces of #f352bb

RGB 24382187
HSL0.890.870.64
HSV321°66°95°
CMYK 0.000.660.23   0.05
XYZ48.949128.677149.9690
Yxy28.67710.38360.2248
Hunter Lab53.551069.4464-17.8384
CIE-Lab60.495671.0571-22.3794

#f352bb color RGB value is (243,82,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010010 10111011
Octal 363 122 273
Decimal 243 82 187
Hex F3 52 BB

RGB Percentages of Color #f352bb

%47.46
%16.02
%36.52

CMYK Percentages of Color #f352bb

%0
%66
%23
%5

Triadic Colors of #f352bb

#f352bb #bbf352 #52bbf3

Analogous Colors of #f352bb

#f352bb #f3526b #db52f3

Monochromatic Colors of #f352bb

#f352bb

Complementary Color

#f352bb #52f38a

#f352bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f352bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f352bb Color CSS Codes

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

#f352bb Text Font Color

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

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


#f352bb Background Color

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

This div background color is #f352bb


#f352bb Border Color

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

This div border color is #f352bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f352bb


Comments

No comments written yet.

Please login to write comment.