Color Hex Logo

#bd5fcb Color Hex

#BD5FCB
(189,95,203)
0 Favorites   0 Comments

Color spaces of #bd5fcb

RGB 18995203
HSL0.810.510.58
HSV292°53°80°
CMYK 0.070.530.00   0.20
XYZ35.858023.315059.1102
Yxy23.31500.30320.1971
Hunter Lab48.285648.0584-38.7816
CIE-Lab55.395353.5487-40.0585

#bd5fcb color RGB value is (189,95,203).

#bd5fcb hex color red value is 189, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd5fcb hue: 0.81 , saturation: 0.51 and the lightness value of bd5fcb is 0.58.

The process color (four color CMYK) of #bd5fcb color hex is 0.07, 0.53, 0.00, 0.20. Web safe color of #bd5fcb is #cc66cc. Color #bd5fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011111 11001011
Octal 275 137 313
Decimal 189 95 203
Hex BD 5F CB

RGB Percentages of Color #bd5fcb

%38.81
%19.51
%41.68

CMYK Percentages of Color #bd5fcb

%7
%53
%0
%20

Triadic Colors of #bd5fcb

#bd5fcb #cbbd5f #5fcbbd

Analogous Colors of #bd5fcb

#bd5fcb #cb5fa3 #875fcb

Monochromatic Colors of #bd5fcb

#bd5fcb

Complementary Color

#bd5fcb #6dcb5f

#bd5fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5fcb Color CSS Codes

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

#bd5fcb Text Font Color

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

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


#bd5fcb Background Color

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

This div background color is #bd5fcb


#bd5fcb Border Color

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

This div border color is #bd5fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5fcb


Comments

No comments written yet.

Please login to write comment.