Color Hex Logo

#bd55ec Color Hex

#BD55EC
(189,85,236)
0 Favorites   0 Comments

Color spaces of #bd55ec

RGB 18985236
HSL0.780.800.63
HSV281°64°93°
CMYK 0.200.640.00   0.07
XYZ39.375123.371981.7928
Yxy23.37190.27240.1617
Hunter Lab48.344560.7799-66.4701
CIE-Lab55.453464.7443-58.6134

#bd55ec color RGB value is (189,85,236).

#bd55ec hex color red value is 189, green value is 85 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd55ec hue: 0.78 , saturation: 0.80 and the lightness value of bd55ec is 0.63.

The process color (four color CMYK) of #bd55ec color hex is 0.20, 0.64, 0.00, 0.07. Web safe color of #bd55ec is #cc66ff. Color #bd55ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 11101100
Octal 275 125 354
Decimal 189 85 236
Hex BD 55 EC

RGB Percentages of Color #bd55ec

%37.06
%16.67
%46.27

CMYK Percentages of Color #bd55ec

%20
%64
%0
%7

Triadic Colors of #bd55ec

#bd55ec #ecbd55 #55ecbd

Analogous Colors of #bd55ec

#bd55ec #ec55d0 #7255ec

Monochromatic Colors of #bd55ec

#bd55ec

Complementary Color

#bd55ec #84ec55

#bd55ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd55ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd55ec Color CSS Codes

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

#bd55ec Text Font Color

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

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


#bd55ec Background Color

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

This div background color is #bd55ec


#bd55ec Border Color

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

This div border color is #bd55ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd55ec


Comments

No comments written yet.

Please login to write comment.