Color Hex Logo

#f17cea Color Hex

#F17CEA
(241,124,234)
0 Favorites   0 Comments

Color spaces of #f17cea

RGB 241124234
HSL0.840.810.72
HSV304°49°95°
CMYK 0.000.490.03   0.05
XYZ58.334639.056682.3060
Yxy39.05660.32460.2173
Hunter Lab62.495357.2495-34.3380
CIE-Lab68.792259.4285-35.9948

#f17cea color RGB value is (241,124,234).

#f17cea hex color red value is 241, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f17cea hue: 0.84 , saturation: 0.81 and the lightness value of f17cea is 0.72.

The process color (four color CMYK) of #f17cea color hex is 0.00, 0.49, 0.03, 0.05. Web safe color of #f17cea is #ff66ff. Color #f17cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111100 11101010
Octal 361 174 352
Decimal 241 124 234
Hex F1 7C EA

RGB Percentages of Color #f17cea

%40.23
%20.70
%39.07

CMYK Percentages of Color #f17cea

%0
%49
%3
%5

Triadic Colors of #f17cea

#f17cea #eaf17c #7ceaf1

Analogous Colors of #f17cea

#f17cea #f17cb0 #be7cf1

Monochromatic Colors of #f17cea

#f17cea

Complementary Color

#f17cea #7cf183

#f17cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17cea Color CSS Codes

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

#f17cea Text Font Color

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

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


#f17cea Background Color

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

This div background color is #f17cea


#f17cea Border Color

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

This div border color is #f17cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17cea


Comments

No comments written yet.

Please login to write comment.