Color Hex Logo

#f51ddf Color Hex

#F51DDF
(245,29,223)
0 Favorites   0 Comments

Color spaces of #f51ddf

RGB 24529223
HSL0.850.920.54
HSV306°88°96°
CMYK 0.000.880.09   0.04
XYZ51.414825.618972.0471
Yxy25.61890.34490.1718
Hunter Lab50.615192.7437-48.9646
CIE-Lab57.673589.8406-47.2572

#f51ddf color RGB value is (245,29,223).

#f51ddf hex color red value is 245, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f51ddf hue: 0.85 , saturation: 0.92 and the lightness value of f51ddf is 0.54.

The process color (four color CMYK) of #f51ddf color hex is 0.00, 0.88, 0.09, 0.04. Web safe color of #f51ddf is #ff33cc. Color #f51ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011101 11011111
Octal 365 35 337
Decimal 245 29 223
Hex F5 1D DF

RGB Percentages of Color #f51ddf

%49.30
%5.84
%44.87

CMYK Percentages of Color #f51ddf

%0
%88
%9
%4

Triadic Colors of #f51ddf

#f51ddf #dff51d #1ddff5

Analogous Colors of #f51ddf

#f51ddf #f51d73 #9f1df5

Monochromatic Colors of #f51ddf

#f51ddf

Complementary Color

#f51ddf #1df533

#f51ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51ddf Color CSS Codes

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

#f51ddf Text Font Color

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

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


#f51ddf Background Color

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

This div background color is #f51ddf


#f51ddf Border Color

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

This div border color is #f51ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,29,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f51ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f51ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #f51ddf;
  box-shadow:         1px 1px 3px 2px #f51ddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,29,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51ddf


Comments

No comments written yet.

Please login to write comment.