Color Hex Logo

#f953cd Color Hex

#F953CD
(249,83,205)
0 Favorites   0 Comments

Color spaces of #f953cd

RGB 24983205
HSL0.880.930.65
HSV316°67°98°
CMYK 0.000.670.18   0.02
XYZ53.179630.734060.8870
Yxy30.73400.36730.2123
Hunter Lab55.438374.2106-26.3105
CIE-Lab62.282474.5836-29.8028

#f953cd color RGB value is (249,83,205).

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

The process color (four color CMYK) of #f953cd color hex is 0.00, 0.67, 0.18, 0.02. Web safe color of #f953cd is #ff66cc. Color #f953cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010011 11001101
Octal 371 123 315
Decimal 249 83 205
Hex F9 53 CD

RGB Percentages of Color #f953cd

%46.37
%15.46
%38.18

CMYK Percentages of Color #f953cd

%0
%67
%18
%2

Triadic Colors of #f953cd

#f953cd #cdf953 #53cdf9

Analogous Colors of #f953cd

#f953cd #f9537a #d253f9

Monochromatic Colors of #f953cd

#f953cd

Complementary Color

#f953cd #53f97f

#f953cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f953cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f953cd Color CSS Codes

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

#f953cd Text Font Color

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

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


#f953cd Background Color

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

This div background color is #f953cd


#f953cd Border Color

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

This div border color is #f953cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f953cd


Comments

No comments written yet.

Please login to write comment.