Color Hex Logo

#f455cd Color Hex

#F455CD
(244,85,205)
0 Favorites   0 Comments

Color spaces of #f455cd

RGB 24485205
HSL0.870.880.65
HSV315°65°96°
CMYK 0.000.650.16   0.04
XYZ51.576230.137960.8564
Yxy30.13790.36180.2114
Hunter Lab54.898071.6277-27.2965
CIE-Lab61.773072.5963-30.6535

#f455cd color RGB value is (244,85,205).

#f455cd hex color red value is 244, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f455cd hue: 0.87 , saturation: 0.88 and the lightness value of f455cd is 0.65.

The process color (four color CMYK) of #f455cd color hex is 0.00, 0.65, 0.16, 0.04. Web safe color of #f455cd is #ff66cc. Color #f455cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010101 11001101
Octal 364 125 315
Decimal 244 85 205
Hex F4 55 CD

RGB Percentages of Color #f455cd

%45.69
%15.92
%38.39

CMYK Percentages of Color #f455cd

%0
%65
%16
%4

Triadic Colors of #f455cd

#f455cd #cdf455 #55cdf4

Analogous Colors of #f455cd

#f455cd #f4557e #cc55f4

Monochromatic Colors of #f455cd

#f455cd

Complementary Color

#f455cd #55f47c

#f455cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f455cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f455cd Color CSS Codes

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

#f455cd Text Font Color

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

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


#f455cd Background Color

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

This div background color is #f455cd


#f455cd Border Color

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

This div border color is #f455cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f455cd


Comments

No comments written yet.

Please login to write comment.