Color Hex Logo

#f125da Color Hex

#F125DA
(241,37,218)
0 Favorites   0 Comments

Color spaces of #f125da

RGB 24137218
HSL0.850.880.55
HSV307°85°95°
CMYK 0.000.850.10   0.05
XYZ49.592125.085968.5579
Yxy25.08590.34620.1751
Hunter Lab50.085889.0902-46.0966
CIE-Lab57.159087.1861-45.2841

#f125da color RGB value is (241,37,218).

#f125da hex color red value is 241, green value is 37 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f125da hue: 0.85 , saturation: 0.88 and the lightness value of f125da is 0.55.

The process color (four color CMYK) of #f125da color hex is 0.00, 0.85, 0.10, 0.05. Web safe color of #f125da is #ff33cc. Color #f125da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100101 11011010
Octal 361 45 332
Decimal 241 37 218
Hex F1 25 DA

RGB Percentages of Color #f125da

%48.59
%7.46
%43.95

CMYK Percentages of Color #f125da

%0
%85
%10
%5

Triadic Colors of #f125da

#f125da #daf125 #25daf1

Analogous Colors of #f125da

#f125da #f12574 #a225f1

Monochromatic Colors of #f125da

#f125da

Complementary Color

#f125da #25f13c

#f125da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f125da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f125da Color CSS Codes

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

#f125da Text Font Color

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

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


#f125da Background Color

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

This div background color is #f125da


#f125da Border Color

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

This div border color is #f125da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f125da


Comments

No comments written yet.

Please login to write comment.