Color Hex Logo

#f17bec Color Hex

#F17BEC
(241,123,236)
0 Favorites   0 Comments

Color spaces of #f17bec

RGB 241123236
HSL0.840.810.71
HSV303°49°95°
CMYK 0.000.490.02   0.05
XYZ58.498938.922883.7865
Yxy38.92280.32280.2148
Hunter Lab62.388158.1932-35.9540
CIE-Lab68.695360.2448-37.2478

#f17bec color RGB value is (241,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111011 11101100
Octal 361 173 354
Decimal 241 123 236
Hex F1 7B EC

RGB Percentages of Color #f17bec

%40.17
%20.50
%39.33

CMYK Percentages of Color #f17bec

%0
%49
%2
%5

Triadic Colors of #f17bec

#f17bec #ecf17b #7becf1

Analogous Colors of #f17bec

#f17bec #f17bb1 #bb7bf1

Monochromatic Colors of #f17bec

#f17bec

Complementary Color

#f17bec #7bf180

#f17bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17bec Color CSS Codes

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

#f17bec Text Font Color

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

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


#f17bec Background Color

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

This div background color is #f17bec


#f17bec Border Color

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

This div border color is #f17bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,123,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17bec


Comments

No comments written yet.

Please login to write comment.