Color Hex Logo

#bd57da Color Hex

#BD57DA
(189,87,218)
0 Favorites   0 Comments

Color spaces of #bd57da

RGB 18987218
HSL0.800.640.60
HSV287°60°85°
CMYK 0.130.600.00   0.15
XYZ37.049322.697268.7579
Yxy22.69720.28830.1766
Hunter Lab47.641655.4409-52.2202
CIE-Lab54.759160.2487-49.5885

#bd57da color RGB value is (189,87,218).

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

The process color (four color CMYK) of #bd57da color hex is 0.13, 0.60, 0.00, 0.15. Web safe color of #bd57da is #cc66cc. Color #bd57da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 11011010
Octal 275 127 332
Decimal 189 87 218
Hex BD 57 DA

RGB Percentages of Color #bd57da

%38.26
%17.61
%44.13

CMYK Percentages of Color #bd57da

%13
%60
%0
%15

Triadic Colors of #bd57da

#bd57da #dabd57 #57dabd

Analogous Colors of #bd57da

#bd57da #da57b6 #7c57da

Monochromatic Colors of #bd57da

#bd57da

Complementary Color

#bd57da #74da57

#bd57da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd57da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd57da Color CSS Codes

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

#bd57da Text Font Color

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

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


#bd57da Background Color

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

This div background color is #bd57da


#bd57da Border Color

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

This div border color is #bd57da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd57da


Comments

No comments written yet.

Please login to write comment.