Color Hex Logo

#f414cd Color Hex

#F414CD
(244,20,205)
0 Favorites   0 Comments

Color spaces of #f414cd

RGB 24420205
HSL0.860.910.52
HSV310°92°96°
CMYK 0.000.920.16   0.04
XYZ48.577824.141259.8570
Yxy24.14120.36640.1821
Hunter Lab49.133790.4965-37.8363
CIE-Lab56.228988.4321-39.3055

#f414cd color RGB value is (244,20,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010100 11001101
Octal 364 24 315
Decimal 244 20 205
Hex F4 14 CD

RGB Percentages of Color #f414cd

%52.03
%4.26
%43.71

CMYK Percentages of Color #f414cd

%0
%92
%16
%4

Triadic Colors of #f414cd

#f414cd #cdf414 #14cdf4

Analogous Colors of #f414cd

#f414cd #f4145d #ab14f4

Monochromatic Colors of #f414cd

#f414cd

Complementary Color

#f414cd #14f43b

#f414cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f414cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f414cd Color CSS Codes

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

#f414cd Text Font Color

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

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


#f414cd Background Color

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

This div background color is #f414cd


#f414cd Border Color

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

This div border color is #f414cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f414cd


Comments

No comments written yet.

Please login to write comment.