Color Hex Logo

#f46cea Color Hex

#F46CEA
(244,108,234)
0 Favorites   0 Comments

Color spaces of #f46cea

RGB 244108234
HSL0.850.860.69
HSV304°56°96°
CMYK 0.000.560.04   0.04
XYZ57.522135.898781.7393
Yxy35.89870.32840.2049
Hunter Lab59.915566.5174-38.9451
CIE-Lab66.442567.5749-39.6270

#f46cea color RGB value is (244,108,234).

#f46cea hex color red value is 244, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f46cea hue: 0.85 , saturation: 0.86 and the lightness value of f46cea is 0.69.

The process color (four color CMYK) of #f46cea color hex is 0.00, 0.56, 0.04, 0.04. Web safe color of #f46cea is #ff66ff. Color #f46cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101100 11101010
Octal 364 154 352
Decimal 244 108 234
Hex F4 6C EA

RGB Percentages of Color #f46cea

%41.64
%18.43
%39.93

CMYK Percentages of Color #f46cea

%0
%56
%4
%4

Triadic Colors of #f46cea

#f46cea #eaf46c #6ceaf4

Analogous Colors of #f46cea

#f46cea #f46ca6 #ba6cf4

Monochromatic Colors of #f46cea

#f46cea

Complementary Color

#f46cea #6cf476

#f46cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46cea Color CSS Codes

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

#f46cea Text Font Color

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

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


#f46cea Background Color

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

This div background color is #f46cea


#f46cea Border Color

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

This div border color is #f46cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46cea


Comments

No comments written yet.

Please login to write comment.