Color Hex Logo

#bd6def Color Hex

#BD6DEF
(189,109,239)
0 Favorites   0 Comments

Color spaces of #bd6def

RGB 189109239
HSL0.770.800.68
HSV277°54°94°
CMYK 0.210.540.00   0.06
XYZ42.034927.988184.8481
Yxy27.98810.27140.1807
Hunter Lab52.903849.2462-58.0578
CIE-Lab59.878053.8832-53.2209

#bd6def color RGB value is (189,109,239).

#bd6def hex color red value is 189, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bd6def hue: 0.77 , saturation: 0.80 and the lightness value of bd6def is 0.68.

The process color (four color CMYK) of #bd6def color hex is 0.21, 0.54, 0.00, 0.06. Web safe color of #bd6def is #cc66ff. Color #bd6def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101101 11101111
Octal 275 155 357
Decimal 189 109 239
Hex BD 6D EF

RGB Percentages of Color #bd6def

%35.20
%20.30
%44.51

CMYK Percentages of Color #bd6def

%21
%54
%0
%6

Triadic Colors of #bd6def

#bd6def #efbd6d #6defbd

Analogous Colors of #bd6def

#bd6def #ef6de0 #7c6def

Monochromatic Colors of #bd6def

#bd6def

Complementary Color

#bd6def #9fef6d

#bd6def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6def Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6def Color CSS Codes

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

#bd6def Text Font Color

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

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


#bd6def Background Color

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

This div background color is #bd6def


#bd6def Border Color

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

This div border color is #bd6def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6def


Comments

No comments written yet.

Please login to write comment.