Color Hex Logo

#f326ba Color Hex

#F326BA
(243,38,186)
0 Favorites   0 Comments

Color spaces of #f326ba

RGB 24338186
HSL0.880.900.55
HSV317°84°95°
CMYK 0.000.840.23   0.05
XYZ46.518223.986148.6324
Yxy23.98610.39050.2013
Hunter Lab48.975683.8363-24.5916
CIE-Lab56.073983.3688-28.6151

#f326ba color RGB value is (243,38,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100110 10111010
Octal 363 46 272
Decimal 243 38 186
Hex F3 26 BA

RGB Percentages of Color #f326ba

%52.03
%8.14
%39.83

CMYK Percentages of Color #f326ba

%0
%84
%23
%5

Triadic Colors of #f326ba

#f326ba #baf326 #26baf3

Analogous Colors of #f326ba

#f326ba #f32654 #c626f3

Monochromatic Colors of #f326ba

#f326ba

Complementary Color

#f326ba #26f35f

#f326ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f326ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f326ba Color CSS Codes

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

#f326ba Text Font Color

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

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


#f326ba Background Color

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

This div background color is #f326ba


#f326ba Border Color

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

This div border color is #f326ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f326ba


Comments

No comments written yet.

Please login to write comment.