Color Hex Logo

#f30aaf Color Hex

#F30AAF
(243,10,175)
0 Favorites   0 Comments

Color spaces of #f30aaf

RGB 24310175
HSL0.880.920.50
HSV318°96°95°
CMYK 0.000.960.28   0.05
XYZ44.808622.366942.5130
Yxy22.36690.40850.2039
Hunter Lab47.293786.3568-20.1911
CIE-Lab54.414185.6353-24.7749

#f30aaf color RGB value is (243,10,175).

#f30aaf hex color red value is 243, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f30aaf hue: 0.88 , saturation: 0.92 and the lightness value of f30aaf is 0.50.

The process color (four color CMYK) of #f30aaf color hex is 0.00, 0.96, 0.28, 0.05. Web safe color of #f30aaf is #ff0099. Color #f30aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001010 10101111
Octal 363 12 257
Decimal 243 10 175
Hex F3 A AF

RGB Percentages of Color #f30aaf

%56.78
%2.34
%40.89

CMYK Percentages of Color #f30aaf

%0
%96
%28
%5

Triadic Colors of #f30aaf

#f30aaf #aff30a #0aaff3

Analogous Colors of #f30aaf

#f30aaf #f30a3a #c30af3

Monochromatic Colors of #f30aaf

#f30aaf

Complementary Color

#f30aaf #0af34e

#f30aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30aaf Color CSS Codes

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

#f30aaf Text Font Color

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

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


#f30aaf Background Color

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

This div background color is #f30aaf


#f30aaf Border Color

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

This div border color is #f30aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30aaf


Comments

No comments written yet.

Please login to write comment.