Color Hex Logo

#f41ece Color Hex

#F41ECE
(244,30,206)
0 Favorites   0 Comments

Color spaces of #f41ece

RGB 24430206
HSL0.860.910.54
HSV311°88°96°
CMYK 0.000.880.16   0.04
XYZ48.913124.617960.5662
Yxy24.61790.36480.1836
Hunter Lab49.616489.1410-37.6431
CIE-Lab56.701287.3139-39.1357

#f41ece color RGB value is (244,30,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011110 11001110
Octal 364 36 316
Decimal 244 30 206
Hex F4 1E CE

RGB Percentages of Color #f41ece

%50.83
%6.25
%42.92

CMYK Percentages of Color #f41ece

%0
%88
%16
%4

Triadic Colors of #f41ece

#f41ece #cef41e #1ecef4

Analogous Colors of #f41ece

#f41ece #f41e63 #af1ef4

Monochromatic Colors of #f41ece

#f41ece

Complementary Color

#f41ece #1ef444

#f41ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41ece Color CSS Codes

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

#f41ece Text Font Color

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

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


#f41ece Background Color

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

This div background color is #f41ece


#f41ece Border Color

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

This div border color is #f41ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41ece


Comments

No comments written yet.

Please login to write comment.