Color Hex Logo

#d544ba Color Hex

#D544BA
(213,68,186)
0 Favorites   0 Comments

Color spaces of #d544ba

RGB 21368186
HSL0.860.630.55
HSV311°68°84°
CMYK 0.000.680.13   0.16
XYZ38.370621.825548.6448
Yxy21.82550.35250.2005
Hunter Lab46.717864.8509-29.0332
CIE-Lab53.841468.4956-32.4773

#d544ba color RGB value is (213,68,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000100 10111010
Octal 325 104 272
Decimal 213 68 186
Hex D5 44 BA

RGB Percentages of Color #d544ba

%45.61
%14.56
%39.83

CMYK Percentages of Color #d544ba

%0
%68
%13
%16

Triadic Colors of #d544ba

#d544ba #bad544 #44bad5

Analogous Colors of #d544ba

#d544ba #d54472 #a844d5

Monochromatic Colors of #d544ba

#d544ba

Complementary Color

#d544ba #44d55f

#d544ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d544ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d544ba Color CSS Codes

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

#d544ba Text Font Color

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

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


#d544ba Background Color

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

This div background color is #d544ba


#d544ba Border Color

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

This div border color is #d544ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d544ba


Comments

No comments written yet.

Please login to write comment.