Color Hex Logo

#f414ce Color Hex

#F414CE
(244,20,206)
0 Favorites   0 Comments

Color spaces of #f414ce

RGB 24420206
HSL0.860.910.52
HSV310°92°96°
CMYK 0.000.920.16   0.04
XYZ48.699024.189660.4949
Yxy24.18960.36510.1814
Hunter Lab49.182990.6736-38.4985
CIE-Lab56.277188.5564-39.8023

#f414ce color RGB value is (244,20,206).

#f414ce hex color red value is 244, green value is 20 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f414ce hue: 0.86 , saturation: 0.91 and the lightness value of f414ce is 0.52.

The process color (four color CMYK) of #f414ce color hex is 0.00, 0.92, 0.16, 0.04. Web safe color of #f414ce is #ff00cc. Color #f414ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010100 11001110
Octal 364 24 316
Decimal 244 20 206
Hex F4 14 CE

RGB Percentages of Color #f414ce

%51.91
%4.26
%43.83

CMYK Percentages of Color #f414ce

%0
%92
%16
%4

Triadic Colors of #f414ce

#f414ce #cef414 #14cef4

Analogous Colors of #f414ce

#f414ce #f4145e #aa14f4

Monochromatic Colors of #f414ce

#f414ce

Complementary Color

#f414ce #14f43a

#f414ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f414ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f414ce Color CSS Codes

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

#f414ce Text Font Color

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

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


#f414ce Background Color

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

This div background color is #f414ce


#f414ce Border Color

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

This div border color is #f414ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,20,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 #f414ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f414ce


Comments

No comments written yet.

Please login to write comment.