Color Hex Logo

#f30add Color Hex

#F30ADD
(243,10,221)
0 Favorites   0 Comments

Color spaces of #f30add

RGB 24310221
HSL0.850.920.50
HSV306°96°95°
CMYK 0.000.960.09   0.05
XYZ50.121824.492270.4924
Yxy24.49220.34540.1688
Hunter Lab49.489694.1735-49.8093
CIE-Lab56.577391.1217-47.8846

#f30add color RGB value is (243,10,221).

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

The process color (four color CMYK) of #f30add color hex is 0.00, 0.96, 0.09, 0.05. Web safe color of #f30add is #ff00cc. Color #f30add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001010 11011101
Octal 363 12 335
Decimal 243 10 221
Hex F3 A DD

RGB Percentages of Color #f30add

%51.27
%2.11
%46.62

CMYK Percentages of Color #f30add

%0
%96
%9
%5

Triadic Colors of #f30add

#f30add #ddf30a #0addf3

Analogous Colors of #f30add

#f30add #f30a69 #950af3

Monochromatic Colors of #f30add

#f30add

Complementary Color

#f30add #0af320

#f30add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30add Color CSS Codes

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

#f30add Text Font Color

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

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


#f30add Background Color

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

This div background color is #f30add


#f30add Border Color

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

This div border color is #f30add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30add


Comments

No comments written yet.

Please login to write comment.