Color Hex Logo

#f352be Color Hex

#F352BE
(243,82,190)
0 Favorites   0 Comments

Color spaces of #f352be

RGB 24382190
HSL0.890.870.64
HSV320°66°95°
CMYK 0.000.660.22   0.05
XYZ49.273728.807051.6785
Yxy28.80700.37970.2220
Hunter Lab53.672269.9456-19.5172
CIE-Lab60.610971.4439-23.9201

#f352be color RGB value is (243,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010010 10111110
Octal 363 122 276
Decimal 243 82 190
Hex F3 52 BE

RGB Percentages of Color #f352be

%47.18
%15.92
%36.89

CMYK Percentages of Color #f352be

%0
%66
%22
%5

Triadic Colors of #f352be

#f352be #bef352 #52bef3

Analogous Colors of #f352be

#f352be #f3526e #d852f3

Monochromatic Colors of #f352be

#f352be

Complementary Color

#f352be #52f387

#f352be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f352be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f352be Color CSS Codes

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

#f352be Text Font Color

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

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


#f352be Background Color

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

This div background color is #f352be


#f352be Border Color

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

This div border color is #f352be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f352be


Comments

No comments written yet.

Please login to write comment.