Color Hex Logo

#f430b2 Color Hex

#F430B2
(244,48,178)
0 Favorites   0 Comments

Color spaces of #f430b2

RGB 24448178
HSL0.890.900.57
HSV320°80°96°
CMYK 0.000.800.27   0.04
XYZ46.401124.561444.4147
Yxy24.56140.40220.2129
Hunter Lab49.559580.3954-18.4435
CIE-Lab56.645680.5737-23.0756

#f430b2 color RGB value is (244,48,178).

#f430b2 hex color red value is 244, green value is 48 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #f430b2 hue: 0.89 , saturation: 0.90 and the lightness value of f430b2 is 0.57.

The process color (four color CMYK) of #f430b2 color hex is 0.00, 0.80, 0.27, 0.04. Web safe color of #f430b2 is #ff3399. Color #f430b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 10110010
Octal 364 60 262
Decimal 244 48 178
Hex F4 30 B2

RGB Percentages of Color #f430b2

%51.91
%10.21
%37.87

CMYK Percentages of Color #f430b2

%0
%80
%27
%4

Triadic Colors of #f430b2

#f430b2 #b2f430 #30b2f4

Analogous Colors of #f430b2

#f430b2 #f43050 #d430f4

Monochromatic Colors of #f430b2

#f430b2

Complementary Color

#f430b2 #30f472

#f430b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f430b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f430b2 Color CSS Codes

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

#f430b2 Text Font Color

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

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


#f430b2 Background Color

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

This div background color is #f430b2


#f430b2 Border Color

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

This div border color is #f430b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,48,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f430b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f430b2;
  -webkit-box-shadow: 1px 1px 3px 2px #f430b2;
  box-shadow:         1px 1px 3px 2px #f430b2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,48,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f430b2


Comments

No comments written yet.

Please login to write comment.