Color Hex Logo

#d522ba Color Hex

#D522BA
(213,34,186)
0 Favorites   0 Comments

Color spaces of #d522ba

RGB 21334186
HSL0.860.720.48
HSV309°84°84°
CMYK 0.000.840.13   0.16
XYZ36.875518.835448.1464
Yxy18.83540.35510.1814
Hunter Lab43.399875.7166-35.3947
CIE-Lab50.494178.0602-37.7245

#d522ba color RGB value is (213,34,186).

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

The process color (four color CMYK) of #d522ba color hex is 0.00, 0.84, 0.13, 0.16. Web safe color of #d522ba is #cc33cc. Color #d522ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100010 10111010
Octal 325 42 272
Decimal 213 34 186
Hex D5 22 BA

RGB Percentages of Color #d522ba

%49.19
%7.85
%42.96

CMYK Percentages of Color #d522ba

%0
%84
%13
%16

Triadic Colors of #d522ba

#d522ba #bad522 #22bad5

Analogous Colors of #d522ba

#d522ba #d52261 #9722d5

Monochromatic Colors of #d522ba

#d522ba

Complementary Color

#d522ba #22d53d

#d522ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d522ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d522ba Color CSS Codes

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

#d522ba Text Font Color

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

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


#d522ba Background Color

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

This div background color is #d522ba


#d522ba Border Color

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

This div border color is #d522ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d522ba


Comments

No comments written yet.

Please login to write comment.