Color Hex Logo

#f425dc Color Hex

#F425DC
(244,37,220)
0 Favorites   0 Comments

Color spaces of #f425dc

RGB 24437220
HSL0.850.900.55
HSV307°85°96°
CMYK 0.000.850.10   0.04
XYZ50.888125.723569.9932
Yxy25.72350.34710.1755
Hunter Lab50.718390.3404-46.3196
CIE-Lab57.773788.0131-45.4124

#f425dc color RGB value is (244,37,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100101 11011100
Octal 364 45 334
Decimal 244 37 220
Hex F4 25 DC

RGB Percentages of Color #f425dc

%48.70
%7.39
%43.91

CMYK Percentages of Color #f425dc

%0
%85
%10
%4

Triadic Colors of #f425dc

#f425dc #dcf425 #25dcf4

Analogous Colors of #f425dc

#f425dc #f42575 #a525f4

Monochromatic Colors of #f425dc

#f425dc

Complementary Color

#f425dc #25f43d

#f425dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f425dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f425dc Color CSS Codes

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

#f425dc Text Font Color

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

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


#f425dc Background Color

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

This div background color is #f425dc


#f425dc Border Color

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

This div border color is #f425dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f425dc


Comments

No comments written yet.

Please login to write comment.