Color Hex Logo

#f25dcc Color Hex

#F25DCC
(242,93,204)
0 Favorites   0 Comments

Color spaces of #f25dcc

RGB 24293204
HSL0.880.850.66
HSV315°62°95°
CMYK 0.000.620.16   0.05
XYZ51.431431.065660.4123
Yxy31.06560.35990.2174
Hunter Lab55.736567.1736-25.2483
CIE-Lab62.563068.8093-28.8898

#f25dcc color RGB value is (242,93,204).

#f25dcc hex color red value is 242, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f25dcc hue: 0.88 , saturation: 0.85 and the lightness value of f25dcc is 0.66.

The process color (four color CMYK) of #f25dcc color hex is 0.00, 0.62, 0.16, 0.05. Web safe color of #f25dcc is #ff66cc. Color #f25dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011101 11001100
Octal 362 135 314
Decimal 242 93 204
Hex F2 5D CC

RGB Percentages of Color #f25dcc

%44.90
%17.25
%37.85

CMYK Percentages of Color #f25dcc

%0
%62
%16
%5

Triadic Colors of #f25dcc

#f25dcc #ccf25d #5dccf2

Analogous Colors of #f25dcc

#f25dcc #f25d82 #ce5df2

Monochromatic Colors of #f25dcc

#f25dcc

Complementary Color

#f25dcc #5df283

#f25dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25dcc Color CSS Codes

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

#f25dcc Text Font Color

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

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


#f25dcc Background Color

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

This div background color is #f25dcc


#f25dcc Border Color

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

This div border color is #f25dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25dcc


Comments

No comments written yet.

Please login to write comment.