Color Hex Logo

#f32073 Color Hex

#F32073
(243,32,115)
0 Favorites   0 Comments

Color spaces of #f32073

RGB 24332115
HSL0.930.900.54
HSV336°87°95°
CMYK 0.000.870.53   0.05
XYZ40.573221.325518.1974
Yxy21.32550.50660.2662
Hunter Lab46.179576.01538.9620
CIE-Lab53.303977.75209.3238

#f32073 color RGB value is (243,32,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100000 01110011
Octal 363 40 163
Decimal 243 32 115
Hex F3 20 73

RGB Percentages of Color #f32073

%62.31
%8.21
%29.49

CMYK Percentages of Color #f32073

%0
%87
%53
%5

Triadic Colors of #f32073

#f32073 #73f320 #2073f3

Analogous Colors of #f32073

#f32073 #f33620 #f320dd

Monochromatic Colors of #f32073

#f32073

Complementary Color

#f32073 #20f3a0

#f32073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32073 Color CSS Codes

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

#f32073 Text Font Color

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

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


#f32073 Background Color

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

This div background color is #f32073


#f32073 Border Color

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

This div border color is #f32073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32073


Comments

No comments written yet.

Please login to write comment.