Color Hex Logo

#d485ba Color Hex

#D485BA
(212,133,186)
0 Favorites   0 Comments

Color spaces of #d485ba

RGB 212133186
HSL0.890.480.68
HSV320°37°83°
CMYK 0.000.370.12   0.17
XYZ44.401834.317350.7380
Yxy34.31730.34300.2651
Hunter Lab58.581032.7785-10.3454
CIE-Lab65.213637.9045-15.0322

#d485ba color RGB value is (212,133,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000101 10111010
Octal 324 205 272
Decimal 212 133 186
Hex D4 85 BA

RGB Percentages of Color #d485ba

%39.92
%25.05
%35.03

CMYK Percentages of Color #d485ba

%0
%37
%12
%17

Triadic Colors of #d485ba

#d485ba #bad485 #85bad4

Analogous Colors of #d485ba

#d485ba #d48593 #c785d4

Monochromatic Colors of #d485ba

#d485ba

Complementary Color

#d485ba #85d49f

#d485ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d485ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d485ba Color CSS Codes

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

#d485ba Text Font Color

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

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


#d485ba Background Color

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

This div background color is #d485ba


#d485ba Border Color

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

This div border color is #d485ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d485ba


Comments

No comments written yet.

Please login to write comment.