Color Hex Logo

#f25ddb Color Hex

#F25DDB
(242,93,219)
0 Favorites   0 Comments

Color spaces of #f25ddb

RGB 24293219
HSL0.860.850.66
HSV309°62°95°
CMYK 0.000.620.10   0.05
XYZ53.318531.820470.3496
Yxy31.82040.34290.2046
Hunter Lab56.409670.0020-34.4551
CIE-Lab63.194271.0121-36.3592

#f25ddb color RGB value is (242,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011101 11011011
Octal 362 135 333
Decimal 242 93 219
Hex F2 5D DB

RGB Percentages of Color #f25ddb

%43.68
%16.79
%39.53

CMYK Percentages of Color #f25ddb

%0
%62
%10
%5

Triadic Colors of #f25ddb

#f25ddb #dbf25d #5ddbf2

Analogous Colors of #f25ddb

#f25ddb #f25d91 #bf5df2

Monochromatic Colors of #f25ddb

#f25ddb

Complementary Color

#f25ddb #5df274

#f25ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25ddb Color CSS Codes

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

#f25ddb Text Font Color

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

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


#f25ddb Background Color

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

This div background color is #f25ddb


#f25ddb Border Color

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

This div border color is #f25ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25ddb


Comments

No comments written yet.

Please login to write comment.