Color Hex Logo

#d526ba Color Hex

#D526BA
(213,38,186)
0 Favorites   0 Comments

Color spaces of #d526ba

RGB 21338186
HSL0.860.700.49
HSV309°82°84°
CMYK 0.000.820.13   0.16
XYZ36.996619.077548.1868
Yxy19.07750.35480.1830
Hunter Lab43.677874.7595-34.8362
CIE-Lab50.777877.2362-37.2780

#d526ba color RGB value is (213,38,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100110 10111010
Octal 325 46 272
Decimal 213 38 186
Hex D5 26 BA

RGB Percentages of Color #d526ba

%48.74
%8.70
%42.56

CMYK Percentages of Color #d526ba

%0
%82
%13
%16

Triadic Colors of #d526ba

#d526ba #bad526 #26bad5

Analogous Colors of #d526ba

#d526ba #d52663 #9926d5

Monochromatic Colors of #d526ba

#d526ba

Complementary Color

#d526ba #26d541

#d526ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d526ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d526ba Color CSS Codes

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

#d526ba Text Font Color

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

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


#d526ba Background Color

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

This div background color is #d526ba


#d526ba Border Color

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

This div border color is #d526ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d526ba


Comments

No comments written yet.

Please login to write comment.