Color Hex Logo

#d482ba Color Hex

#D482BA
(212,130,186)
0 Favorites   0 Comments

Color spaces of #d482ba

RGB 212130186
HSL0.890.490.67
HSV319°39°83°
CMYK 0.000.390.12   0.17
XYZ43.996933.507550.6031
Yxy33.50750.34340.2616
Hunter Lab57.885734.3718-11.3108
CIE-Lab64.569739.4971-16.0048

#d482ba color RGB value is (212,130,186).

#d482ba hex color red value is 212, green value is 130 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d482ba hue: 0.89 , saturation: 0.49 and the lightness value of d482ba is 0.67.

The process color (four color CMYK) of #d482ba color hex is 0.00, 0.39, 0.12, 0.17. Web safe color of #d482ba is #cc99cc. Color #d482ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000010 10111010
Octal 324 202 272
Decimal 212 130 186
Hex D4 82 BA

RGB Percentages of Color #d482ba

%40.15
%24.62
%35.23

CMYK Percentages of Color #d482ba

%0
%39
%12
%17

Triadic Colors of #d482ba

#d482ba #bad482 #82bad4

Analogous Colors of #d482ba

#d482ba #d48291 #c582d4

Monochromatic Colors of #d482ba

#d482ba

Complementary Color

#d482ba #82d49c

#d482ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d482ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d482ba Color CSS Codes

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

#d482ba Text Font Color

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

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


#d482ba Background Color

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

This div background color is #d482ba


#d482ba Border Color

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

This div border color is #d482ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d482ba


Comments

No comments written yet.

Please login to write comment.