Color Hex Logo

#f515dc Color Hex

#F515DC
(245,21,220)
0 Favorites   0 Comments

Color spaces of #f515dc

RGB 24521220
HSL0.850.920.52
HSV307°91°96°
CMYK 0.000.910.10   0.04
XYZ50.842625.116169.8783
Yxy25.11610.34860.1722
Hunter Lab50.116093.3851-47.5888
CIE-Lab57.188490.4149-46.3271

#f515dc color RGB value is (245,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 11011100
Octal 365 25 334
Decimal 245 21 220
Hex F5 15 DC

RGB Percentages of Color #f515dc

%50.41
%4.32
%45.27

CMYK Percentages of Color #f515dc

%0
%91
%10
%4

Triadic Colors of #f515dc

#f515dc #dcf515 #15dcf5

Analogous Colors of #f515dc

#f515dc #f5156c #9e15f5

Monochromatic Colors of #f515dc

#f515dc

Complementary Color

#f515dc #15f52e

#f515dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f515dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f515dc Color CSS Codes

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

#f515dc Text Font Color

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

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


#f515dc Background Color

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

This div background color is #f515dc


#f515dc Border Color

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

This div border color is #f515dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f515dc


Comments

No comments written yet.

Please login to write comment.