Color Hex Logo

#bd37ff Color Hex

#BD37FF
(189,55,255)
0 Favorites   0 Comments

Color spaces of #bd37ff

RGB 18955255
HSL0.781.000.61
HSV280°78°100°
CMYK 0.260.780.00   0.00
XYZ40.402520.771296.4875
Yxy20.77120.25630.1317
Hunter Lab45.575478.4828-93.6197
CIE-Lab52.698279.8342-73.6577

#bd37ff color RGB value is (189,55,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 11111111
Octal 275 67 377
Decimal 189 55 255
Hex BD 37 FF

RGB Percentages of Color #bd37ff

%37.88
%11.02
%51.10

CMYK Percentages of Color #bd37ff

%26
%78
%0
%0

Triadic Colors of #bd37ff

#bd37ff #ffbd37 #37ffbd

Analogous Colors of #bd37ff

#bd37ff #ff37dd #5937ff

Monochromatic Colors of #bd37ff

#bd37ff

Complementary Color

#bd37ff #79ff37

#bd37ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd37ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd37ff Color CSS Codes

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

#bd37ff Text Font Color

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

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


#bd37ff Background Color

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

This div background color is #bd37ff


#bd37ff Border Color

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

This div border color is #bd37ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd37ff

Related Colors


Comments

No comments written yet.

Please login to write comment.