Color Hex Logo

#bd5cdc Color Hex

#BD5CDC
(189,92,220)
0 Favorites   0 Comments

Color spaces of #bd5cdc

RGB 18992220
HSL0.790.650.61
HSV285°58°86°
CMYK 0.140.580.00   0.14
XYZ37.731723.640470.2845
Yxy23.64040.28660.1796
Hunter Lab48.621453.4341-51.6715
CIE-Lab55.725958.3099-49.1821

#bd5cdc color RGB value is (189,92,220).

#bd5cdc hex color red value is 189, green value is 92 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd5cdc hue: 0.79 , saturation: 0.65 and the lightness value of bd5cdc is 0.61.

The process color (four color CMYK) of #bd5cdc color hex is 0.14, 0.58, 0.00, 0.14. Web safe color of #bd5cdc is #cc66cc. Color #bd5cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011100 11011100
Octal 275 134 334
Decimal 189 92 220
Hex BD 5C DC

RGB Percentages of Color #bd5cdc

%37.72
%18.36
%43.91

CMYK Percentages of Color #bd5cdc

%14
%58
%0
%14

Triadic Colors of #bd5cdc

#bd5cdc #dcbd5c #5cdcbd

Analogous Colors of #bd5cdc

#bd5cdc #dc5cbb #7d5cdc

Monochromatic Colors of #bd5cdc

#bd5cdc

Complementary Color

#bd5cdc #7bdc5c

#bd5cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5cdc Color CSS Codes

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

#bd5cdc Text Font Color

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

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


#bd5cdc Background Color

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

This div background color is #bd5cdc


#bd5cdc Border Color

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

This div border color is #bd5cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5cdc


Comments

No comments written yet.

Please login to write comment.