Color Hex Logo

#d503af Color Hex

#D503AF
(213,3,175)
0 Favorites   0 Comments

Color spaces of #d503af

RGB 2133175
HSL0.860.970.42
HSV311°99°84°
CMYK 0.000.990.18   0.16
XYZ35.211017.306442.0421
Yxy17.30640.37240.1830
Hunter Lab41.601078.2805-30.7980
CIE-Lab48.643880.4639-34.1821

#d503af color RGB value is (213,3,175).

#d503af hex color red value is 213, green value is 3 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d503af hue: 0.86 , saturation: 0.97 and the lightness value of d503af is 0.42.

The process color (four color CMYK) of #d503af color hex is 0.00, 0.99, 0.18, 0.16. Web safe color of #d503af is #cc0099. Color #d503af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000011 10101111
Octal 325 3 257
Decimal 213 3 175
Hex D5 3 AF

RGB Percentages of Color #d503af

%54.48
%0.77
%44.76

CMYK Percentages of Color #d503af

%0
%99
%18
%16

Triadic Colors of #d503af

#d503af #afd503 #03afd5

Analogous Colors of #d503af

#d503af #d50346 #9203d5

Monochromatic Colors of #d503af

#d503af

Complementary Color

#d503af #03d529

#d503af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d503af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d503af Color CSS Codes

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

#d503af Text Font Color

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

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


#d503af Background Color

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

This div background color is #d503af


#d503af Border Color

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

This div border color is #d503af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d503af


Comments

No comments written yet.

Please login to write comment.