Color Hex Logo

#bd7fed Color Hex

#BD7FED
(189,127,237)
0 Favorites   0 Comments

Color spaces of #bd7fed

RGB 189127237
HSL0.760.750.71
HSV274°46°93°
CMYK 0.200.460.00   0.07
XYZ43.861732.112084.0072
Yxy32.11200.27420.2007
Hunter Lab56.667538.9944-48.2278
CIE-Lab63.435343.9902-46.4775

#bd7fed color RGB value is (189,127,237).

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

The process color (four color CMYK) of #bd7fed color hex is 0.20, 0.46, 0.00, 0.07. Web safe color of #bd7fed is #cc66ff. Color #bd7fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111111 11101101
Octal 275 177 355
Decimal 189 127 237
Hex BD 7F ED

RGB Percentages of Color #bd7fed

%34.18
%22.97
%42.86

CMYK Percentages of Color #bd7fed

%20
%46
%0
%7

Triadic Colors of #bd7fed

#bd7fed #edbd7f #7fedbd

Analogous Colors of #bd7fed

#bd7fed #ed7fe6 #867fed

Monochromatic Colors of #bd7fed

#bd7fed

Complementary Color

#bd7fed #afed7f

#bd7fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7fed Color CSS Codes

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

#bd7fed Text Font Color

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

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


#bd7fed Background Color

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

This div background color is #bd7fed


#bd7fed Border Color

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

This div border color is #bd7fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7fed


Comments

No comments written yet.

Please login to write comment.