Color Hex Logo

#f32ab0 Color Hex

#F32AB0
(243,42,176)
0 Favorites   0 Comments

Color spaces of #f32ab0

RGB 24342176
HSL0.890.890.56
HSV320°83°95°
CMYK 0.000.830.28   0.05
XYZ45.626623.845243.2721
Yxy23.84520.40470.2115
Hunter Lab48.831581.3294-18.3578
CIE-Lab55.932581.4446-23.0220

#f32ab0 color RGB value is (243,42,176).

#f32ab0 hex color red value is 243, green value is 42 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #f32ab0 hue: 0.89 , saturation: 0.89 and the lightness value of f32ab0 is 0.56.

The process color (four color CMYK) of #f32ab0 color hex is 0.00, 0.83, 0.28, 0.05. Web safe color of #f32ab0 is #ff3399. Color #f32ab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101010 10110000
Octal 363 52 260
Decimal 243 42 176
Hex F3 2A B0

RGB Percentages of Color #f32ab0

%52.71
%9.11
%38.18

CMYK Percentages of Color #f32ab0

%0
%83
%28
%5

Triadic Colors of #f32ab0

#f32ab0 #b0f32a #2ab0f3

Analogous Colors of #f32ab0

#f32ab0 #f32a4c #d22af3

Monochromatic Colors of #f32ab0

#f32ab0

Complementary Color

#f32ab0 #2af36d

#f32ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32ab0 Color CSS Codes

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

#f32ab0 Text Font Color

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

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


#f32ab0 Background Color

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

This div background color is #f32ab0


#f32ab0 Border Color

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

This div border color is #f32ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32ab0


Comments

No comments written yet.

Please login to write comment.