Color Hex Logo

#f430c1 Color Hex

#F430C1
(244,48,193)
0 Favorites   0 Comments

Color spaces of #f430c1

RGB 24448193
HSL0.880.900.57
HSV316°80°96°
CMYK 0.000.800.21   0.04
XYZ47.990825.197352.7862
Yxy25.19730.38100.2000
Hunter Lab50.196982.8105-27.2105
CIE-Lab57.267282.3401-30.7920

#f430c1 color RGB value is (244,48,193).

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

The process color (four color CMYK) of #f430c1 color hex is 0.00, 0.80, 0.21, 0.04. Web safe color of #f430c1 is #ff33cc. Color #f430c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 11000001
Octal 364 60 301
Decimal 244 48 193
Hex F4 30 C1

RGB Percentages of Color #f430c1

%50.31
%9.90
%39.79

CMYK Percentages of Color #f430c1

%0
%80
%21
%4

Triadic Colors of #f430c1

#f430c1 #c1f430 #30c1f4

Analogous Colors of #f430c1

#f430c1 #f4305f #c530f4

Monochromatic Colors of #f430c1

#f430c1

Complementary Color

#f430c1 #30f463

#f430c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f430c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f430c1 Color CSS Codes

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

#f430c1 Text Font Color

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

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


#f430c1 Background Color

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

This div background color is #f430c1


#f430c1 Border Color

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

This div border color is #f430c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f430c1


Comments

No comments written yet.

Please login to write comment.