Color Hex Logo

#f217be Color Hex

#F217BE
(242,23,190)
0 Favorites   0 Comments

Color spaces of #f217be

RGB 24223190
HSL0.870.890.52
HSV314°90°95°
CMYK 0.000.900.21   0.05
XYZ46.218623.207750.7587
Yxy23.20770.38460.1931
Hunter Lab48.174486.9482-28.7486
CIE-Lab55.285685.9186-32.1705

#f217be color RGB value is (242,23,190).

#f217be hex color red value is 242, green value is 23 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f217be hue: 0.87 , saturation: 0.89 and the lightness value of f217be is 0.52.

The process color (four color CMYK) of #f217be color hex is 0.00, 0.90, 0.21, 0.05. Web safe color of #f217be is #ff00cc. Color #f217be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010111 10111110
Octal 362 27 276
Decimal 242 23 190
Hex F2 17 BE

RGB Percentages of Color #f217be

%53.19
%5.05
%41.76

CMYK Percentages of Color #f217be

%0
%90
%21
%5

Triadic Colors of #f217be

#f217be #bef217 #17bef2

Analogous Colors of #f217be

#f217be #f21750 #b917f2

Monochromatic Colors of #f217be

#f217be

Complementary Color

#f217be #17f24b

#f217be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f217be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f217be Color CSS Codes

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

#f217be Text Font Color

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

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


#f217be Background Color

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

This div background color is #f217be


#f217be Border Color

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

This div border color is #f217be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,23,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f217be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f217be;
  -webkit-box-shadow: 1px 1px 3px 2px #f217be;
  box-shadow:         1px 1px 3px 2px #f217be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,23,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f217be


Comments

No comments written yet.

Please login to write comment.