Color Hex Logo

#f317cd Color Hex

#F317CD
(243,23,205)
0 Favorites   0 Comments

Color spaces of #f317cd

RGB 24323205
HSL0.860.900.52
HSV310°91°95°
CMYK 0.000.910.16   0.05
XYZ48.288024.075359.8595
Yxy24.07530.36520.1821
Hunter Lab49.066689.8010-37.9851
CIE-Lab56.163187.9191-39.4212

#f317cd color RGB value is (243,23,205).

#f317cd hex color red value is 243, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f317cd hue: 0.86 , saturation: 0.90 and the lightness value of f317cd is 0.52.

The process color (four color CMYK) of #f317cd color hex is 0.00, 0.91, 0.16, 0.05. Web safe color of #f317cd is #ff00cc. Color #f317cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010111 11001101
Octal 363 27 315
Decimal 243 23 205
Hex F3 17 CD

RGB Percentages of Color #f317cd

%51.59
%4.88
%43.52

CMYK Percentages of Color #f317cd

%0
%91
%16
%5

Triadic Colors of #f317cd

#f317cd #cdf317 #17cdf3

Analogous Colors of #f317cd

#f317cd #f3175f #ab17f3

Monochromatic Colors of #f317cd

#f317cd

Complementary Color

#f317cd #17f33d

#f317cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f317cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f317cd Color CSS Codes

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

#f317cd Text Font Color

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

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


#f317cd Background Color

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

This div background color is #f317cd


#f317cd Border Color

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

This div border color is #f317cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f317cd


Comments

No comments written yet.

Please login to write comment.