Color Hex Logo

#bd18ac Color Hex

#BD18AC
(189,24,172)
0 Favorites   0 Comments

Color spaces of #bd18ac

RGB 18924172
HSL0.850.770.42
HSV306°87°74°
CMYK 0.000.870.09   0.26
XYZ28.759314.450640.3032
Yxy14.45060.34440.1730
Hunter Lab38.013968.5191-36.2508
CIE-Lab44.872373.2924-38.6484

#bd18ac color RGB value is (189,24,172).

#bd18ac hex color red value is 189, green value is 24 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd18ac hue: 0.85 , saturation: 0.77 and the lightness value of bd18ac is 0.42.

The process color (four color CMYK) of #bd18ac color hex is 0.00, 0.87, 0.09, 0.26. Web safe color of #bd18ac is #cc0099. Color #bd18ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 10101100
Octal 275 30 254
Decimal 189 24 172
Hex BD 18 AC

RGB Percentages of Color #bd18ac

%49.09
%6.23
%44.68

CMYK Percentages of Color #bd18ac

%0
%87
%9
%26

Triadic Colors of #bd18ac

#bd18ac #acbd18 #18acbd

Analogous Colors of #bd18ac

#bd18ac #bd185a #7c18bd

Monochromatic Colors of #bd18ac

#bd18ac

Complementary Color

#bd18ac #18bd29

#bd18ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd18ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd18ac Color CSS Codes

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

#bd18ac Text Font Color

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

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


#bd18ac Background Color

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

This div background color is #bd18ac


#bd18ac Border Color

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

This div border color is #bd18ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,24,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd18ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd18ac;
  -webkit-box-shadow: 1px 1px 3px 2px #bd18ac;
  box-shadow:         1px 1px 3px 2px #bd18ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,24,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd18ac


Comments

No comments written yet.

Please login to write comment.