Color Hex Logo

#bd67ea Color Hex

#BD67EA
(189,103,234)
0 Favorites   0 Comments

Color spaces of #bd67ea

RGB 189103234
HSL0.780.760.66
HSV279°56°92°
CMYK 0.190.560.00   0.08
XYZ40.687826.459880.8047
Yxy26.45980.27500.1788
Hunter Lab51.439151.1733-57.1302
CIE-Lab58.470955.8344-52.6756

#bd67ea color RGB value is (189,103,234).

#bd67ea hex color red value is 189, green value is 103 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bd67ea hue: 0.78 , saturation: 0.76 and the lightness value of bd67ea is 0.66.

The process color (four color CMYK) of #bd67ea color hex is 0.19, 0.56, 0.00, 0.08. Web safe color of #bd67ea is #cc66ff. Color #bd67ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 11101010
Octal 275 147 352
Decimal 189 103 234
Hex BD 67 EA

RGB Percentages of Color #bd67ea

%35.93
%19.58
%44.49

CMYK Percentages of Color #bd67ea

%19
%56
%0
%8

Triadic Colors of #bd67ea

#bd67ea #eabd67 #67eabd

Analogous Colors of #bd67ea

#bd67ea #ea67d6 #7c67ea

Monochromatic Colors of #bd67ea

#bd67ea

Complementary Color

#bd67ea #94ea67

#bd67ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd67ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd67ea Color CSS Codes

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

#bd67ea Text Font Color

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

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


#bd67ea Background Color

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

This div background color is #bd67ea


#bd67ea Border Color

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

This div border color is #bd67ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd67ea


Comments

No comments written yet.

Please login to write comment.