Color Hex Logo

#d530bc Color Hex

#D530BC
(213,48,188)
0 Favorites   0 Comments

Color spaces of #d530bc

RGB 21348188
HSL0.860.660.51
HSV309°77°84°
CMYK 0.000.770.12   0.16
XYZ37.574619.890949.4359
Yxy19.89090.35150.1861
Hunter Lab44.599272.3367-34.5004
CIE-Lab51.713675.0936-36.9701

#d530bc color RGB value is (213,48,188).

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

The process color (four color CMYK) of #d530bc color hex is 0.00, 0.77, 0.12, 0.16. Web safe color of #d530bc is #cc33cc. Color #d530bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110000 10111100
Octal 325 60 274
Decimal 213 48 188
Hex D5 30 BC

RGB Percentages of Color #d530bc

%47.44
%10.69
%41.87

CMYK Percentages of Color #d530bc

%0
%77
%12
%16

Triadic Colors of #d530bc

#d530bc #bcd530 #30bcd5

Analogous Colors of #d530bc

#d530bc #d5306a #9c30d5

Monochromatic Colors of #d530bc

#d530bc

Complementary Color

#d530bc #30d549

#d530bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d530bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d530bc Color CSS Codes

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

#d530bc Text Font Color

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

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


#d530bc Background Color

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

This div background color is #d530bc


#d530bc Border Color

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

This div border color is #d530bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d530bc


Comments

No comments written yet.

Please login to write comment.