Color Hex Logo

#bd7dc8 Color Hex

#BD7DC8
(189,125,200)
0 Favorites   0 Comments

Color spaces of #bd7dc8

RGB 189125200
HSL0.810.410.64
HSV291°38°78°
CMYK 0.050.380.00   0.22
XYZ38.745229.656258.3257
Yxy29.65620.30570.2340
Hunter Lab54.457531.6978-25.3812
CIE-Lab61.356437.3017-29.0557

#bd7dc8 color RGB value is (189,125,200).

#bd7dc8 hex color red value is 189, green value is 125 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bd7dc8 hue: 0.81 , saturation: 0.41 and the lightness value of bd7dc8 is 0.64.

The process color (four color CMYK) of #bd7dc8 color hex is 0.05, 0.38, 0.00, 0.22. Web safe color of #bd7dc8 is #cc66cc. Color #bd7dc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111101 11001000
Octal 275 175 310
Decimal 189 125 200
Hex BD 7D C8

RGB Percentages of Color #bd7dc8

%36.77
%24.32
%38.91

CMYK Percentages of Color #bd7dc8

%5
%38
%0
%22

Triadic Colors of #bd7dc8

#bd7dc8 #c8bd7d #7dc8bd

Analogous Colors of #bd7dc8

#bd7dc8 #c87dae #987dc8

Monochromatic Colors of #bd7dc8

#bd7dc8

Complementary Color

#bd7dc8 #88c87d

#bd7dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7dc8 Color CSS Codes

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

#bd7dc8 Text Font Color

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

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


#bd7dc8 Background Color

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

This div background color is #bd7dc8


#bd7dc8 Border Color

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

This div border color is #bd7dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7dc8


Comments

No comments written yet.

Please login to write comment.