color codes Logo

#f509dd color codes

#F509DD
(245,9,221)
0 Favorites   0 Comments

Color spaces of #f509dd

RGB 2459221
HSL0.850.930.50
HSV306°96°96°
CMYK 0.000.960.10   0.04
XYZ50.805024.828370.5212
Yxy24.82830.34760.1699
Hunter Lab49.828094.8009-49.0331
CIE-Lab56.907791.5244-47.3383

#f509dd color RGB value is (245,9,221).

#f509dd hex color red value is 245, green value is 9 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f509dd hue: 0.85 , saturation: 0.93 and the lightness value of f509dd is 0.50.

The process color (four color CMYK) of #f509dd color code is 0.00, 0.96, 0.10, 0.04. Web safe color of #f509dd is #ff00cc. Color #f509dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001001 11011101
Octal 365 11 335
Decimal 245 9 221
Hex F5 9 DD

RGB Percentages of Color #f509dd

%51.58
%1.89
%46.53

CMYK Percentages of Color #f509dd

%0
%96
%10
%4

Triadic Colors of #f509dd

#f509dd #ddf509 #09ddf5

Analogous Colors of #f509dd

#f509dd #f50967 #9709f5

Monochromatic Colors of #f509dd

#f509dd

Complementary Color

#f509dd #09f521

#f509dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f509dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f509dd Color CSS Codes

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

#f509dd Text Font Color

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

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


#f509dd Background Color

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

This div background color is #f509dd


#f509dd Border Color

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

This div border color is #f509dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f509dd


Comments

No comments written yet.

Please login to write comment.