Color Hex Logo

#f517ca Color Hex

#F517CA
(245,23,202)
0 Favorites   0 Comments

Color spaces of #f517ca

RGB 24523202
HSL0.870.920.53
HSV312°91°96°
CMYK 0.000.910.18   0.04
XYZ48.623324.289558.0027
Yxy24.28950.37140.1855
Hunter Lab49.284489.8580-35.2792
CIE-Lab56.376587.9207-37.3415

#f517ca color RGB value is (245,23,202).

#f517ca hex color red value is 245, green value is 23 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f517ca hue: 0.87 , saturation: 0.92 and the lightness value of f517ca is 0.53.

The process color (four color CMYK) of #f517ca color hex is 0.00, 0.91, 0.18, 0.04. Web safe color of #f517ca is #ff00cc. Color #f517ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010111 11001010
Octal 365 27 312
Decimal 245 23 202
Hex F5 17 CA

RGB Percentages of Color #f517ca

%52.13
%4.89
%42.98

CMYK Percentages of Color #f517ca

%0
%91
%18
%4

Triadic Colors of #f517ca

#f517ca #caf517 #17caf5

Analogous Colors of #f517ca

#f517ca #f5175b #b117f5

Monochromatic Colors of #f517ca

#f517ca

Complementary Color

#f517ca #17f542

#f517ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f517ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f517ca Color CSS Codes

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

#f517ca Text Font Color

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

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


#f517ca Background Color

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

This div background color is #f517ca


#f517ca Border Color

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

This div border color is #f517ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f517ca

Related Colors


Comments

No comments written yet.

Please login to write comment.