Color Hex Logo

#bd6efd Color Hex

#BD6EFD
(189,110,253)
0 Favorites   0 Comments

Color spaces of #bd6efd

RGB 189110253
HSL0.760.970.71
HSV273°57°99°
CMYK 0.250.570.00   0.01
XYZ44.291829.062596.2037
Yxy29.06250.26120.1714
Hunter Lab53.909652.3125-68.0684
CIE-Lab60.836756.4498-59.4371

#bd6efd color RGB value is (189,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101110 11111101
Octal 275 156 375
Decimal 189 110 253
Hex BD 6E FD

RGB Percentages of Color #bd6efd

%34.24
%19.93
%45.83

CMYK Percentages of Color #bd6efd

%25
%57
%0
%1

Triadic Colors of #bd6efd

#bd6efd #fdbd6e #6efdbd

Analogous Colors of #bd6efd

#bd6efd #fd6ef6 #766efd

Monochromatic Colors of #bd6efd

#bd6efd

Complementary Color

#bd6efd #aefd6e

#bd6efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6efd Color CSS Codes

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

#bd6efd Text Font Color

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

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


#bd6efd Background Color

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

This div background color is #bd6efd


#bd6efd Border Color

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

This div border color is #bd6efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6efd


Comments

No comments written yet.

Please login to write comment.