Color Hex Logo

#f32072 Color Hex

#F32072
(243,32,114)
0 Favorites   0 Comments

Color spaces of #f32072

RGB 24332114
HSL0.940.900.54
HSV337°87°95°
CMYK 0.000.870.53   0.05
XYZ40.515921.302617.8960
Yxy21.30260.50830.2672
Hunter Lab46.154775.92149.3193
CIE-Lab53.279177.68169.8926

#f32072 color RGB value is (243,32,114).

#f32072 hex color red value is 243, green value is 32 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f32072 hue: 0.94 , saturation: 0.90 and the lightness value of f32072 is 0.54.

The process color (four color CMYK) of #f32072 color hex is 0.00, 0.87, 0.53, 0.05. Web safe color of #f32072 is #ff3366. Color #f32072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100000 01110010
Octal 363 40 162
Decimal 243 32 114
Hex F3 20 72

RGB Percentages of Color #f32072

%62.47
%8.23
%29.31

CMYK Percentages of Color #f32072

%0
%87
%53
%5

Triadic Colors of #f32072

#f32072 #72f320 #2072f3

Analogous Colors of #f32072

#f32072 #f33820 #f320dc

Monochromatic Colors of #f32072

#f32072

Complementary Color

#f32072 #20f3a1

#f32072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32072 Color CSS Codes

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

#f32072 Text Font Color

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

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


#f32072 Background Color

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

This div background color is #f32072


#f32072 Border Color

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

This div border color is #f32072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32072


Comments

No comments written yet.

Please login to write comment.