Color Hex Logo

#f125dd Color Hex

#F125DD
(241,37,221)
0 Favorites   0 Comments

Color spaces of #f125dd

RGB 24137221
HSL0.850.880.55
HSV306°85°95°
CMYK 0.000.850.08   0.05
XYZ49.988325.244470.6446
Yxy25.24440.34270.1731
Hunter Lab50.243889.6656-48.1932
CIE-Lab57.312887.5925-46.7409

#f125dd color RGB value is (241,37,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100101 11011101
Octal 361 45 335
Decimal 241 37 221
Hex F1 25 DD

RGB Percentages of Color #f125dd

%48.30
%7.41
%44.29

CMYK Percentages of Color #f125dd

%0
%85
%8
%5

Triadic Colors of #f125dd

#f125dd #ddf125 #25ddf1

Analogous Colors of #f125dd

#f125dd #f12577 #9f25f1

Monochromatic Colors of #f125dd

#f125dd

Complementary Color

#f125dd #25f139

#f125dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f125dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f125dd Color CSS Codes

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

#f125dd Text Font Color

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

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


#f125dd Background Color

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

This div background color is #f125dd


#f125dd Border Color

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

This div border color is #f125dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f125dd


Comments

No comments written yet.

Please login to write comment.