Color Hex Logo

#d509ff Color Hex

#D509FF
(213,9,255)
0 Favorites   0 Comments

Color spaces of #d509ff

RGB 2139255
HSL0.801.000.52
HSV290°96°100°
CMYK 0.160.960.00   0.00
XYZ45.588321.561596.3668
Yxy21.56150.27880.1319
Hunter Lab46.434493.9875-90.5425
CIE-Lab53.558691.5671-72.0940

#d509ff color RGB value is (213,9,255).

#d509ff hex color red value is 213, green value is 9 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d509ff hue: 0.80 , saturation: 1.00 and the lightness value of d509ff is 0.52.

The process color (four color CMYK) of #d509ff color hex is 0.16, 0.96, 0.00, 0.00. Web safe color of #d509ff is #cc00ff. Color #d509ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 11111111
Octal 325 11 377
Decimal 213 9 255
Hex D5 9 FF

RGB Percentages of Color #d509ff

%44.65
%1.89
%53.46

CMYK Percentages of Color #d509ff

%16
%96
%0
%0

Triadic Colors of #d509ff

#d509ff #ffd509 #09ffd5

Analogous Colors of #d509ff

#d509ff #ff09ae #5a09ff

Monochromatic Colors of #d509ff

#d509ff

Complementary Color

#d509ff #33ff09

#d509ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d509ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d509ff Color CSS Codes

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

#d509ff Text Font Color

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

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


#d509ff Background Color

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

This div background color is #d509ff


#d509ff Border Color

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

This div border color is #d509ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d509ff


Comments

No comments written yet.

Please login to write comment.