Color Hex Logo

#f51cdc Color Hex

#F51CDC
(245,28,220)
0 Favorites   0 Comments

Color spaces of #f51cdc

RGB 24528220
HSL0.850.920.54
HSV307°89°96°
CMYK 0.000.890.10   0.04
XYZ50.989725.410369.9274
Yxy25.41030.34850.1737
Hunter Lab50.408692.3425-46.9617
CIE-Lab57.473089.5790-45.8767

#f51cdc color RGB value is (245,28,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011100 11011100
Octal 365 34 334
Decimal 245 28 220
Hex F5 1C DC

RGB Percentages of Color #f51cdc

%49.70
%5.68
%44.62

CMYK Percentages of Color #f51cdc

%0
%89
%10
%4

Triadic Colors of #f51cdc

#f51cdc #dcf51c #1cdcf5

Analogous Colors of #f51cdc

#f51cdc #f51c70 #a21cf5

Monochromatic Colors of #f51cdc

#f51cdc

Complementary Color

#f51cdc #1cf535

#f51cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51cdc Color CSS Codes

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

#f51cdc Text Font Color

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

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


#f51cdc Background Color

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

This div background color is #f51cdc


#f51cdc Border Color

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

This div border color is #f51cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,28,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 #f51cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51cdc


Comments

No comments written yet.

Please login to write comment.