color codes Logo

#d508ba color codes

#D508BA
(213,8,186)
0 Favorites   0 Comments

Color spaces of #d508ba

RGB 2138186
HSL0.860.930.43
HSV308°96°84°
CMYK 0.000.960.13   0.16
XYZ36.390317.865047.9847
Yxy17.86500.35590.1747
Hunter Lab42.267079.7145-37.7236
CIE-Lab49.332081.4629-39.5574

#d508ba color RGB value is (213,8,186).

#d508ba hex color red value is 213, green value is 8 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d508ba hue: 0.86 , saturation: 0.93 and the lightness value of d508ba is 0.43.

The process color (four color CMYK) of #d508ba color code is 0.00, 0.96, 0.13, 0.16. Web safe color of #d508ba is #cc00cc. Color #d508ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001000 10111010
Octal 325 10 272
Decimal 213 8 186
Hex D5 8 BA

RGB Percentages of Color #d508ba

%52.33
%1.97
%45.70

CMYK Percentages of Color #d508ba

%0
%96
%13
%16

Triadic Colors of #d508ba

#d508ba #bad508 #08bad5

Analogous Colors of #d508ba

#d508ba #d50853 #8a08d5

Monochromatic Colors of #d508ba

#d508ba

Complementary Color

#d508ba #08d523

#d508ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d508ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d508ba Color CSS Codes

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

#d508ba Text Font Color

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

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


#d508ba Background Color

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

This div background color is #d508ba


#d508ba Border Color

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

This div border color is #d508ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d508ba


Comments

No comments written yet.

Please login to write comment.