Color Hex Logo

#bd1acd Color Hex

#BD1ACD
(189,26,205)
0 Favorites   0 Comments

Color spaces of #bd1acd

RGB 18926205
HSL0.820.770.45
HSV295°87°80°
CMYK 0.080.870.00   0.20
XYZ32.375115.965459.1329
Yxy15.96540.30120.1486
Hunter Lab39.956774.7061-59.7750
CIE-Lab46.929177.9433-54.6764

#bd1acd color RGB value is (189,26,205).

#bd1acd hex color red value is 189, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd1acd hue: 0.82 , saturation: 0.77 and the lightness value of bd1acd is 0.45.

The process color (four color CMYK) of #bd1acd color hex is 0.08, 0.87, 0.00, 0.20. Web safe color of #bd1acd is #cc33cc. Color #bd1acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011010 11001101
Octal 275 32 315
Decimal 189 26 205
Hex BD 1A CD

RGB Percentages of Color #bd1acd

%45.00
%6.19
%48.81

CMYK Percentages of Color #bd1acd

%8
%87
%0
%20

Triadic Colors of #bd1acd

#bd1acd #cdbd1a #1acdbd

Analogous Colors of #bd1acd

#bd1acd #cd1a84 #641acd

Monochromatic Colors of #bd1acd

#bd1acd

Complementary Color

#bd1acd #2acd1a

#bd1acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1acd Color CSS Codes

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

#bd1acd Text Font Color

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

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


#bd1acd Background Color

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

This div background color is #bd1acd


#bd1acd Border Color

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

This div border color is #bd1acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1acd


Comments

No comments written yet.

Please login to write comment.