Color Hex Logo

#d538ba Color Hex

#D538BA
(213,56,186)
0 Favorites   0 Comments

Color spaces of #d538ba

RGB 21356186
HSL0.860.650.53
HSV310°74°84°
CMYK 0.000.740.13   0.16
XYZ37.717720.519748.4271
Yxy20.51970.35360.1924
Hunter Lab45.298769.3544-31.6756
CIE-Lab52.419872.5152-34.6999

#d538ba color RGB value is (213,56,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 10111010
Octal 325 70 272
Decimal 213 56 186
Hex D5 38 BA

RGB Percentages of Color #d538ba

%46.81
%12.31
%40.88

CMYK Percentages of Color #d538ba

%0
%74
%13
%16

Triadic Colors of #d538ba

#d538ba #bad538 #38bad5

Analogous Colors of #d538ba

#d538ba #d5386c #a238d5

Monochromatic Colors of #d538ba

#d538ba

Complementary Color

#d538ba #38d553

#d538ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d538ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d538ba Color CSS Codes

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

#d538ba Text Font Color

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

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


#d538ba Background Color

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

This div background color is #d538ba


#d538ba Border Color

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

This div border color is #d538ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d538ba


Comments

No comments written yet.

Please login to write comment.