Color Hex Logo

#bd7ddb Color Hex

#BD7DDB
(189,125,219)
0 Favorites   0 Comments

Color spaces of #bd7ddb

RGB 189125219
HSL0.780.570.67
HSV281°43°86°
CMYK 0.140.430.00   0.14
XYZ41.106130.600570.7578
Yxy30.60050.28850.2148
Hunter Lab55.317735.8357-37.1164
CIE-Lab62.168941.1817-38.4606

#bd7ddb color RGB value is (189,125,219).

#bd7ddb hex color red value is 189, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd7ddb hue: 0.78 , saturation: 0.57 and the lightness value of bd7ddb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111101 11011011
Octal 275 175 333
Decimal 189 125 219
Hex BD 7D DB

RGB Percentages of Color #bd7ddb

%35.46
%23.45
%41.09

CMYK Percentages of Color #bd7ddb

%14
%43
%0
%14

Triadic Colors of #bd7ddb

#bd7ddb #dbbd7d #7ddbbd

Analogous Colors of #bd7ddb

#bd7ddb #db7dca #8e7ddb

Monochromatic Colors of #bd7ddb

#bd7ddb

Complementary Color

#bd7ddb #9bdb7d

#bd7ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7ddb Color CSS Codes

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

#bd7ddb Text Font Color

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

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


#bd7ddb Background Color

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

This div background color is #bd7ddb


#bd7ddb Border Color

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

This div border color is #bd7ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7ddb


Comments

No comments written yet.

Please login to write comment.