Color Hex Logo

#d509da Color Hex

#D509DA
(213,9,218)
0 Favorites   0 Comments

Color spaces of #d509da

RGB 2139218
HSL0.830.920.45
HSV299°96°85°
CMYK 0.020.960.00   0.15
XYZ40.193119.403567.9565
Yxy19.40350.31510.1521
Hunter Lab44.049485.7868-60.6341
CIE-Lab51.156085.8309-55.1315

#d509da color RGB value is (213,9,218).

#d509da hex color red value is 213, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d509da hue: 0.83 , saturation: 0.92 and the lightness value of d509da is 0.45.

The process color (four color CMYK) of #d509da color hex is 0.02, 0.96, 0.00, 0.15. Web safe color of #d509da is #cc00cc. Color #d509da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 11011010
Octal 325 11 332
Decimal 213 9 218
Hex D5 9 DA

RGB Percentages of Color #d509da

%48.41
%2.05
%49.55

CMYK Percentages of Color #d509da

%2
%96
%0
%15

Triadic Colors of #d509da

#d509da #dad509 #09dad5

Analogous Colors of #d509da

#d509da #da0977 #6d09da

Monochromatic Colors of #d509da

#d509da

Complementary Color

#d509da #0eda09

#d509da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d509da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d509da Color CSS Codes

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

#d509da Text Font Color

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

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


#d509da Background Color

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

This div background color is #d509da


#d509da Border Color

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

This div border color is #d509da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d509da


Comments

No comments written yet.

Please login to write comment.