Color Hex Logo

#bd42fa Color Hex

#BD42FA
(189,66,250)
0 Favorites   0 Comments

Color spaces of #bd42fa

RGB 18966250
HSL0.780.950.62
HSV280°74°98°
CMYK 0.240.740.00   0.02
XYZ40.189821.617492.4968
Yxy21.61740.26050.1401
Hunter Lab46.494572.9298-85.4061
CIE-Lab53.618775.2056-69.3848

#bd42fa color RGB value is (189,66,250).

#bd42fa hex color red value is 189, green value is 66 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bd42fa hue: 0.78 , saturation: 0.95 and the lightness value of bd42fa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 11111010
Octal 275 102 372
Decimal 189 66 250
Hex BD 42 FA

RGB Percentages of Color #bd42fa

%37.43
%13.07
%49.50

CMYK Percentages of Color #bd42fa

%24
%74
%0
%2

Triadic Colors of #bd42fa

#bd42fa #fabd42 #42fabd

Analogous Colors of #bd42fa

#bd42fa #fa42db #6142fa

Monochromatic Colors of #bd42fa

#bd42fa

Complementary Color

#bd42fa #7ffa42

#bd42fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd42fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd42fa Color CSS Codes

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

#bd42fa Text Font Color

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

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


#bd42fa Background Color

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

This div background color is #bd42fa


#bd42fa Border Color

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

This div border color is #bd42fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd42fa


Comments

No comments written yet.

Please login to write comment.