Color Hex Logo

#d503ba Color Hex

#D503BA
(213,3,186)
0 Favorites   0 Comments

Color spaces of #d503ba

RGB 2133186
HSL0.850.970.42
HSV308°99°84°
CMYK 0.000.990.13   0.16
XYZ36.336117.756447.9666
Yxy17.75640.35600.1740
Hunter Lab42.138380.1793-37.9937
CIE-Lab49.199381.8543-39.7670

#d503ba color RGB value is (213,3,186).

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

The process color (four color CMYK) of #d503ba color hex is 0.00, 0.99, 0.13, 0.16. Web safe color of #d503ba is #cc00cc. Color #d503ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000011 10111010
Octal 325 3 272
Decimal 213 3 186
Hex D5 3 BA

RGB Percentages of Color #d503ba

%52.99
%0.75
%46.27

CMYK Percentages of Color #d503ba

%0
%99
%13
%16

Triadic Colors of #d503ba

#d503ba #bad503 #03bad5

Analogous Colors of #d503ba

#d503ba #d50351 #8703d5

Monochromatic Colors of #d503ba

#d503ba

Complementary Color

#d503ba #03d51e

#d503ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d503ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d503ba Color CSS Codes

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

#d503ba Text Font Color

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

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


#d503ba Background Color

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

This div background color is #d503ba


#d503ba Border Color

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

This div border color is #d503ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d503ba


Comments

No comments written yet.

Please login to write comment.