Color Hex Logo

#bd57ec Color Hex

#BD57EC
(189,87,236)
0 Favorites   0 Comments

Color spaces of #bd57ec

RGB 18987236
HSL0.780.800.63
HSV281°63°93°
CMYK 0.200.630.00   0.07
XYZ39.534823.691381.8461
Yxy23.69130.27250.1633
Hunter Lab48.673759.8061-65.6261
CIE-Lab55.777463.8509-58.0942

#bd57ec color RGB value is (189,87,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 11101100
Octal 275 127 354
Decimal 189 87 236
Hex BD 57 EC

RGB Percentages of Color #bd57ec

%36.91
%16.99
%46.09

CMYK Percentages of Color #bd57ec

%20
%63
%0
%7

Triadic Colors of #bd57ec

#bd57ec #ecbd57 #57ecbd

Analogous Colors of #bd57ec

#bd57ec #ec57d1 #7357ec

Monochromatic Colors of #bd57ec

#bd57ec

Complementary Color

#bd57ec #86ec57

#bd57ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd57ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd57ec Color CSS Codes

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

#bd57ec Text Font Color

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

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


#bd57ec Background Color

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

This div background color is #bd57ec


#bd57ec Border Color

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

This div border color is #bd57ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd57ec


Comments

No comments written yet.

Please login to write comment.