Color Hex Logo

#bd48ff Color Hex

#BD48FF
(189,72,255)
0 Favorites   0 Comments

Color spaces of #bd48ff

RGB 18972255
HSL0.771.000.64
HSV278°72°100°
CMYK 0.260.720.00   0.00
XYZ41.353622.673596.8046
Yxy22.67350.25710.1410
Hunter Lab47.616771.6924-87.2047
CIE-Lab54.734473.9844-70.3571

#bd48ff color RGB value is (189,72,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 11111111
Octal 275 110 377
Decimal 189 72 255
Hex BD 48 FF

RGB Percentages of Color #bd48ff

%36.63
%13.95
%49.42

CMYK Percentages of Color #bd48ff

%26
%72
%0
%0

Triadic Colors of #bd48ff

#bd48ff #ffbd48 #48ffbd

Analogous Colors of #bd48ff

#bd48ff #ff48e6 #6248ff

Monochromatic Colors of #bd48ff

#bd48ff

Complementary Color

#bd48ff #8aff48

#bd48ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd48ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd48ff Color CSS Codes

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

#bd48ff Text Font Color

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

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


#bd48ff Background Color

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

This div background color is #bd48ff


#bd48ff Border Color

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

This div border color is #bd48ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,72,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 #bd48ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd48ff

#bd48ff Color Palettes


Comments

No comments written yet.

Please login to write comment.