Color Hex Logo

#f430ce Color Hex

#F430CE
(244,48,206)
0 Favorites   0 Comments

Color spaces of #f430ce

RGB 24448206
HSL0.870.900.57
HSV312°80°96°
CMYK 0.000.800.16   0.04
XYZ49.505825.803260.7638
Yxy25.80320.36380.1896
Hunter Lab50.796985.0688-35.3656
CIE-Lab57.849883.9751-37.3341

#f430ce color RGB value is (244,48,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 11001110
Octal 364 60 316
Decimal 244 48 206
Hex F4 30 CE

RGB Percentages of Color #f430ce

%49.00
%9.64
%41.37

CMYK Percentages of Color #f430ce

%0
%80
%16
%4

Triadic Colors of #f430ce

#f430ce #cef430 #30cef4

Analogous Colors of #f430ce

#f430ce #f4306c #b830f4

Monochromatic Colors of #f430ce

#f430ce

Complementary Color

#f430ce #30f456

#f430ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f430ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f430ce Color CSS Codes

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

#f430ce Text Font Color

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

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


#f430ce Background Color

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

This div background color is #f430ce


#f430ce Border Color

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

This div border color is #f430ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f430ce


Comments

No comments written yet.

Please login to write comment.