Color Hex Logo

#f953ba Color Hex

#F953BA
(249,83,186)
0 Favorites   0 Comments

Color spaces of #f953ba

RGB 24983186
HSL0.900.930.65
HSV323°67°98°
CMYK 0.000.670.25   0.02
XYZ51.023129.871449.5309
Yxy29.87140.39120.2290
Hunter Lab54.654770.9935-15.4733
CIE-Lab61.543172.1242-20.1212

#f953ba color RGB value is (249,83,186).

#f953ba hex color red value is 249, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f953ba hue: 0.90 , saturation: 0.93 and the lightness value of f953ba is 0.65.

The process color (four color CMYK) of #f953ba color hex is 0.00, 0.67, 0.25, 0.02. Web safe color of #f953ba is #ff66cc. Color #f953ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010011 10111010
Octal 371 123 272
Decimal 249 83 186
Hex F9 53 BA

RGB Percentages of Color #f953ba

%48.07
%16.02
%35.91

CMYK Percentages of Color #f953ba

%0
%67
%25
%2

Triadic Colors of #f953ba

#f953ba #baf953 #53baf9

Analogous Colors of #f953ba

#f953ba #f95367 #e553f9

Monochromatic Colors of #f953ba

#f953ba

Complementary Color

#f953ba #53f992

#f953ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f953ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f953ba Color CSS Codes

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

#f953ba Text Font Color

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

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


#f953ba Background Color

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

This div background color is #f953ba


#f953ba Border Color

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

This div border color is #f953ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f953ba

Related Colors


Comments

No comments written yet.

Please login to write comment.