Color Hex Logo

#d505da Color Hex

#D505DA
(213,5,218)
0 Favorites   0 Comments

Color spaces of #d505da

RGB 2135218
HSL0.830.960.44
HSV299°98°85°
CMYK 0.020.980.00   0.15
XYZ40.149719.316667.9420
Yxy19.31660.31510.1516
Hunter Lab43.950786.1493-60.8892
CIE-Lab51.055686.1286-55.2925

#d505da color RGB value is (213,5,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000101 11011010
Octal 325 5 332
Decimal 213 5 218
Hex D5 5 DA

RGB Percentages of Color #d505da

%48.85
%1.15
%50.00

CMYK Percentages of Color #d505da

%2
%98
%0
%15

Triadic Colors of #d505da

#d505da #dad505 #05dad5

Analogous Colors of #d505da

#d505da #da0575 #6b05da

Monochromatic Colors of #d505da

#d505da

Complementary Color

#d505da #0ada05

#d505da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d505da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d505da Color CSS Codes

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

#d505da Text Font Color

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

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


#d505da Background Color

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

This div background color is #d505da


#d505da Border Color

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

This div border color is #d505da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d505da


Comments

No comments written yet.

Please login to write comment.