Color Hex Logo

#f328bc Color Hex

#F328BC
(243,40,188)
0 Favorites   0 Comments

Color spaces of #f328bc

RGB 24340188
HSL0.880.890.55
HSV316°84°95°
CMYK 0.000.840.23   0.05
XYZ46.798024.203149.7821
Yxy24.20310.38750.2004
Hunter Lab49.196683.7029-25.5579
CIE-Lab56.290683.2232-29.4369

#f328bc color RGB value is (243,40,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101000 10111100
Octal 363 50 274
Decimal 243 40 188
Hex F3 28 BC

RGB Percentages of Color #f328bc

%51.59
%8.49
%39.92

CMYK Percentages of Color #f328bc

%0
%84
%23
%5

Triadic Colors of #f328bc

#f328bc #bcf328 #28bcf3

Analogous Colors of #f328bc

#f328bc #f32857 #c528f3

Monochromatic Colors of #f328bc

#f328bc

Complementary Color

#f328bc #28f35f

#f328bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f328bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f328bc Color CSS Codes

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

#f328bc Text Font Color

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

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


#f328bc Background Color

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

This div background color is #f328bc


#f328bc Border Color

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

This div border color is #f328bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f328bc


Comments

No comments written yet.

Please login to write comment.