Color Hex Logo

#bd7cfa Color Hex

#BD7CFA
(189,124,250)
0 Favorites   0 Comments

Color spaces of #bd7cfa

RGB 189124250
HSL0.750.930.73
HSV271°50°98°
CMYK 0.240.500.00   0.02
XYZ45.449232.136294.2500
Yxy32.13620.26450.1870
Hunter Lab56.688843.9037-58.8926
CIE-Lab63.455348.5106-53.6143

#bd7cfa color RGB value is (189,124,250).

#bd7cfa hex color red value is 189, green value is 124 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bd7cfa hue: 0.75 , saturation: 0.93 and the lightness value of bd7cfa is 0.73.

The process color (four color CMYK) of #bd7cfa color hex is 0.24, 0.50, 0.00, 0.02. Web safe color of #bd7cfa is #cc66ff. Color #bd7cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111100 11111010
Octal 275 174 372
Decimal 189 124 250
Hex BD 7C FA

RGB Percentages of Color #bd7cfa

%33.57
%22.02
%44.40

CMYK Percentages of Color #bd7cfa

%24
%50
%0
%2

Triadic Colors of #bd7cfa

#bd7cfa #fabd7c #7cfabd

Analogous Colors of #bd7cfa

#bd7cfa #fa7cf8 #7e7cfa

Monochromatic Colors of #bd7cfa

#bd7cfa

Complementary Color

#bd7cfa #b9fa7c

#bd7cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7cfa Color CSS Codes

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

#bd7cfa Text Font Color

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

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


#bd7cfa Background Color

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

This div background color is #bd7cfa


#bd7cfa Border Color

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

This div border color is #bd7cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7cfa


Comments

No comments written yet.

Please login to write comment.