Color Hex Logo

#f328be Color Hex

#F328BE
(243,40,190)
0 Favorites   0 Comments

Color spaces of #f328be

RGB 24340190
HSL0.880.890.55
HSV316°84°95°
CMYK 0.000.840.22   0.05
XYZ47.015224.290050.9257
Yxy24.29000.38460.1987
Hunter Lab49.284984.0311-26.7645
CIE-Lab56.377083.4605-30.4588

#f328be color RGB value is (243,40,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101000 10111110
Octal 363 50 276
Decimal 243 40 190
Hex F3 28 BE

RGB Percentages of Color #f328be

%51.37
%8.46
%40.17

CMYK Percentages of Color #f328be

%0
%84
%22
%5

Triadic Colors of #f328be

#f328be #bef328 #28bef3

Analogous Colors of #f328be

#f328be #f32859 #c328f3

Monochromatic Colors of #f328be

#f328be

Complementary Color

#f328be #28f35d

#f328be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f328be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f328be Color CSS Codes

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

#f328be Text Font Color

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

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


#f328be Background Color

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

This div background color is #f328be


#f328be Border Color

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

This div border color is #f328be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f328be


Comments

No comments written yet.

Please login to write comment.