Color Hex Logo

#f30aae Color Hex

#F30AAE
(243,10,174)
0 Favorites   0 Comments

Color spaces of #f30aae

RGB 24310174
HSL0.880.920.50
HSV318°96°95°
CMYK 0.000.960.28   0.05
XYZ44.710722.327841.9976
Yxy22.32780.41010.2048
Hunter Lab47.252386.2073-19.6200
CIE-Lab54.373185.5287-24.2526

#f30aae color RGB value is (243,10,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001010 10101110
Octal 363 12 256
Decimal 243 10 174
Hex F3 A AE

RGB Percentages of Color #f30aae

%56.91
%2.34
%40.75

CMYK Percentages of Color #f30aae

%0
%96
%28
%5

Triadic Colors of #f30aae

#f30aae #aef30a #0aaef3

Analogous Colors of #f30aae

#f30aae #f30a39 #c40af3

Monochromatic Colors of #f30aae

#f30aae

Complementary Color

#f30aae #0af34f

#f30aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30aae Color CSS Codes

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

#f30aae Text Font Color

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

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


#f30aae Background Color

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

This div background color is #f30aae


#f30aae Border Color

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

This div border color is #f30aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30aae


Comments

No comments written yet.

Please login to write comment.