Color Hex Logo

#f353ba Color Hex

#F353BA
(243,83,186)
0 Favorites   0 Comments

Color spaces of #f353ba

RGB 24383186
HSL0.890.870.64
HSV321°66°95°
CMYK 0.000.660.23   0.05
XYZ48.918328.786449.4324
Yxy28.78640.38480.2264
Hunter Lab53.653068.8554-17.0689
CIE-Lab60.592770.5546-21.6579

#f353ba color RGB value is (243,83,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010011 10111010
Octal 363 123 272
Decimal 243 83 186
Hex F3 53 BA

RGB Percentages of Color #f353ba

%47.46
%16.21
%36.33

CMYK Percentages of Color #f353ba

%0
%66
%23
%5

Triadic Colors of #f353ba

#f353ba #baf353 #53baf3

Analogous Colors of #f353ba

#f353ba #f3536a #dc53f3

Monochromatic Colors of #f353ba

#f353ba

Complementary Color

#f353ba #53f38c

#f353ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f353ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f353ba Color CSS Codes

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

#f353ba Text Font Color

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

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


#f353ba Background Color

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

This div background color is #f353ba


#f353ba Border Color

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

This div border color is #f353ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f353ba


Comments

No comments written yet.

Please login to write comment.