Color Hex Logo

#bd5cbd Color Hex

#BD5CBD
(189,92,189)
0 Favorites   0 Comments

Color spaces of #bd5cbd

RGB 18992189
HSL0.830.420.55
HSV300°51°74°
CMYK 0.000.510.00   0.26
XYZ33.998722.147250.6270
Yxy22.14720.31840.2074
Hunter Lab47.060846.5995-30.8403
CIE-Lab54.182852.4193-33.9377

#bd5cbd color RGB value is (189,92,189).

#bd5cbd hex color red value is 189, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd5cbd hue: 0.83 , saturation: 0.42 and the lightness value of bd5cbd is 0.55.

The process color (four color CMYK) of #bd5cbd color hex is 0.00, 0.51, 0.00, 0.26. Web safe color of #bd5cbd is #cc66cc. Color #bd5cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011100 10111101
Octal 275 134 275
Decimal 189 92 189
Hex BD 5C BD

RGB Percentages of Color #bd5cbd

%40.21
%19.57
%40.21

CMYK Percentages of Color #bd5cbd

%0
%51
%0
%26

Triadic Colors of #bd5cbd

#bd5cbd #bdbd5c #5cbdbd

Analogous Colors of #bd5cbd

#bd5cbd #bd5c8d #8d5cbd

Monochromatic Colors of #bd5cbd

#bd5cbd

Complementary Color

#bd5cbd #5cbd5c

#bd5cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5cbd Color CSS Codes

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

#bd5cbd Text Font Color

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

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


#bd5cbd Background Color

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

This div background color is #bd5cbd


#bd5cbd Border Color

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

This div border color is #bd5cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5cbd


Comments

No comments written yet.

Please login to write comment.