Color Hex Logo

#bd43ff Color Hex

#BD43FF
(189,67,255)
0 Favorites   0 Comments

Color spaces of #bd43ff

RGB 18967255
HSL0.771.000.63
HSV279°74°100°
CMYK 0.260.740.00   0.00
XYZ41.043422.053196.7012
Yxy22.05310.25680.1380
Hunter Lab46.960773.8267-89.2170
CIE-Lab54.083375.8413-71.4112

#bd43ff color RGB value is (189,67,255).

#bd43ff hex color red value is 189, green value is 67 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd43ff hue: 0.77 , saturation: 1.00 and the lightness value of bd43ff is 0.63.

The process color (four color CMYK) of #bd43ff color hex is 0.26, 0.74, 0.00, 0.00. Web safe color of #bd43ff is #cc33ff. Color #bd43ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 11111111
Octal 275 103 377
Decimal 189 67 255
Hex BD 43 FF

RGB Percentages of Color #bd43ff

%36.99
%13.11
%49.90

CMYK Percentages of Color #bd43ff

%26
%74
%0
%0

Triadic Colors of #bd43ff

#bd43ff #ffbd43 #43ffbd

Analogous Colors of #bd43ff

#bd43ff #ff43e3 #5f43ff

Monochromatic Colors of #bd43ff

#bd43ff

Complementary Color

#bd43ff #85ff43

#bd43ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd43ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd43ff Color CSS Codes

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

#bd43ff Text Font Color

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

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


#bd43ff Background Color

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

This div background color is #bd43ff


#bd43ff Border Color

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

This div border color is #bd43ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd43ff


Comments

No comments written yet.

Please login to write comment.