Color Hex Logo

#f325ba Color Hex

#F325BA
(243,37,186)
0 Favorites   0 Comments

Color spaces of #f325ba

RGB 24337186
HSL0.880.900.55
HSV317°85°95°
CMYK 0.000.850.23   0.05
XYZ46.486623.923048.6219
Yxy23.92300.39050.2010
Hunter Lab48.911184.0572-24.7016
CIE-Lab56.010683.5522-28.7132

#f325ba color RGB value is (243,37,186).

#f325ba hex color red value is 243, green value is 37 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f325ba hue: 0.88 , saturation: 0.90 and the lightness value of f325ba is 0.55.

The process color (four color CMYK) of #f325ba color hex is 0.00, 0.85, 0.23, 0.05. Web safe color of #f325ba is #ff33cc. Color #f325ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100101 10111010
Octal 363 45 272
Decimal 243 37 186
Hex F3 25 BA

RGB Percentages of Color #f325ba

%52.15
%7.94
%39.91

CMYK Percentages of Color #f325ba

%0
%85
%23
%5

Triadic Colors of #f325ba

#f325ba #baf325 #25baf3

Analogous Colors of #f325ba

#f325ba #f32553 #c525f3

Monochromatic Colors of #f325ba

#f325ba

Complementary Color

#f325ba #25f35e

#f325ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f325ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f325ba Color CSS Codes

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

#f325ba Text Font Color

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

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


#f325ba Background Color

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

This div background color is #f325ba


#f325ba Border Color

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

This div border color is #f325ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f325ba

Related Colors


Comments

No comments written yet.

Please login to write comment.