Color Hex Logo

#f215da Color Hex

#F215DA
(242,21,218)
0 Favorites   0 Comments

Color spaces of #f215da

RGB 24221218
HSL0.850.890.52
HSV307°91°95°
CMYK 0.000.910.10   0.05
XYZ49.541024.475568.4428
Yxy24.47550.34780.1718
Hunter Lab49.472792.1691-47.3936
CIE-Lab56.560889.6265-46.2196

#f215da color RGB value is (242,21,218).

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

The process color (four color CMYK) of #f215da color hex is 0.00, 0.91, 0.10, 0.05. Web safe color of #f215da is #ff00cc. Color #f215da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010101 11011010
Octal 362 25 332
Decimal 242 21 218
Hex F2 15 DA

RGB Percentages of Color #f215da

%50.31
%4.37
%45.32

CMYK Percentages of Color #f215da

%0
%91
%10
%5

Triadic Colors of #f215da

#f215da #daf215 #15daf2

Analogous Colors of #f215da

#f215da #f2156c #9c15f2

Monochromatic Colors of #f215da

#f215da

Complementary Color

#f215da #15f22d

#f215da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f215da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f215da Color CSS Codes

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

#f215da Text Font Color

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

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


#f215da Background Color

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

This div background color is #f215da


#f215da Border Color

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

This div border color is #f215da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f215da


Comments

No comments written yet.

Please login to write comment.