Color Hex Logo

#d530ab Color Hex

#D530AB
(213,48,171)
0 Favorites   0 Comments

Color spaces of #d530ab

RGB 21348171
HSL0.880.660.51
HSV315°77°84°
CMYK 0.000.770.20   0.16
XYZ35.848219.200340.3447
Yxy19.20030.37580.2013
Hunter Lab43.818169.3514-23.9174
CIE-Lab50.920772.8028-28.2694

#d530ab color RGB value is (213,48,171).

#d530ab hex color red value is 213, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d530ab hue: 0.88 , saturation: 0.66 and the lightness value of d530ab is 0.51.

The process color (four color CMYK) of #d530ab color hex is 0.00, 0.77, 0.20, 0.16. Web safe color of #d530ab is #cc3399. Color #d530ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110000 10101011
Octal 325 60 253
Decimal 213 48 171
Hex D5 30 AB

RGB Percentages of Color #d530ab

%49.31
%11.11
%39.58

CMYK Percentages of Color #d530ab

%0
%77
%20
%16

Triadic Colors of #d530ab

#d530ab #abd530 #30abd5

Analogous Colors of #d530ab

#d530ab #d53058 #ad30d5

Monochromatic Colors of #d530ab

#d530ab

Complementary Color

#d530ab #30d55a

#d530ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d530ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d530ab Color CSS Codes

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

#d530ab Text Font Color

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

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


#d530ab Background Color

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

This div background color is #d530ab


#d530ab Border Color

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

This div border color is #d530ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d530ab


Comments

No comments written yet.

Please login to write comment.