Color Hex Logo

#bd5cbc Color Hex

#BD5CBC
(189,92,188)
0 Favorites   0 Comments

Color spaces of #bd5cbc

RGB 18992188
HSL0.840.420.55
HSV301°51°74°
CMYK 0.000.510.01   0.26
XYZ33.890522.103950.0572
Yxy22.10390.31960.2084
Hunter Lab47.014846.3954-30.2164
CIE-Lab54.137152.2397-33.4331

#bd5cbc color RGB value is (189,92,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011100 10111100
Octal 275 134 274
Decimal 189 92 188
Hex BD 5C BC

RGB Percentages of Color #bd5cbc

%40.30
%19.62
%40.09

CMYK Percentages of Color #bd5cbc

%0
%51
%1
%26

Triadic Colors of #bd5cbc

#bd5cbc #bcbd5c #5cbcbd

Analogous Colors of #bd5cbc

#bd5cbc #bd5c8c #8e5cbd

Monochromatic Colors of #bd5cbc

#bd5cbc

Complementary Color

#bd5cbc #5cbd5d

#bd5cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5cbc Color CSS Codes

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

#bd5cbc Text Font Color

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

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


#bd5cbc Background Color

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

This div background color is #bd5cbc


#bd5cbc Border Color

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

This div border color is #bd5cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5cbc


Comments

No comments written yet.

Please login to write comment.