Color Hex Logo

#bd7cdd Color Hex

#BD7CDD
(189,124,221)
0 Favorites   0 Comments

Color spaces of #bd7cdd

RGB 189124221
HSL0.780.590.68
HSV280°44°87°
CMYK 0.140.440.00   0.13
XYZ41.245130.454672.1111
Yxy30.45460.28680.2118
Hunter Lab55.185736.8337-38.8442
CIE-Lab62.044542.1438-39.7726

#bd7cdd color RGB value is (189,124,221).

#bd7cdd hex color red value is 189, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd7cdd hue: 0.78 , saturation: 0.59 and the lightness value of bd7cdd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111100 11011101
Octal 275 174 335
Decimal 189 124 221
Hex BD 7C DD

RGB Percentages of Color #bd7cdd

%35.39
%23.22
%41.39

CMYK Percentages of Color #bd7cdd

%14
%44
%0
%13

Triadic Colors of #bd7cdd

#bd7cdd #ddbd7c #7cddbd

Analogous Colors of #bd7cdd

#bd7cdd #dd7ccd #8d7cdd

Monochromatic Colors of #bd7cdd

#bd7cdd

Complementary Color

#bd7cdd #9cdd7c

#bd7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7cdd Color CSS Codes

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

#bd7cdd Text Font Color

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

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


#bd7cdd Background Color

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

This div background color is #bd7cdd


#bd7cdd Border Color

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

This div border color is #bd7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7cdd


Comments

No comments written yet.

Please login to write comment.