Color Hex Logo

#bd6cfc Color Hex

#BD6CFC
(189,108,252)
0 Favorites   0 Comments

Color spaces of #bd6cfc

RGB 189108252
HSL0.760.960.71
HSV274°57°99°
CMYK 0.250.570.00   0.01
XYZ43.919528.572295.2956
Yxy28.57220.26180.1703
Hunter Lab53.453053.1214-68.2847
CIE-Lab60.402257.2337-59.5806

#bd6cfc color RGB value is (189,108,252).

#bd6cfc hex color red value is 189, green value is 108 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bd6cfc hue: 0.76 , saturation: 0.96 and the lightness value of bd6cfc is 0.71.

The process color (four color CMYK) of #bd6cfc color hex is 0.25, 0.57, 0.00, 0.01. Web safe color of #bd6cfc is #cc66ff. Color #bd6cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101100 11111100
Octal 275 154 374
Decimal 189 108 252
Hex BD 6C FC

RGB Percentages of Color #bd6cfc

%34.43
%19.67
%45.90

CMYK Percentages of Color #bd6cfc

%25
%57
%0
%1

Triadic Colors of #bd6cfc

#bd6cfc #fcbd6c #6cfcbd

Analogous Colors of #bd6cfc

#bd6cfc #fc6cf3 #756cfc

Monochromatic Colors of #bd6cfc

#bd6cfc

Complementary Color

#bd6cfc #abfc6c

#bd6cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6cfc Color CSS Codes

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

#bd6cfc Text Font Color

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

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


#bd6cfc Background Color

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

This div background color is #bd6cfc


#bd6cfc Border Color

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

This div border color is #bd6cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6cfc


Comments

No comments written yet.

Please login to write comment.