Color Hex Logo

#bd54ca Color Hex

#BD54CA
(189,84,202)
0 Favorites   0 Comments

Color spaces of #bd54ca

RGB 18984202
HSL0.810.530.56
HSV293°58°79°
CMYK 0.060.580.00   0.21
XYZ34.817321.423758.1772
Yxy21.42370.30430.1872
Hunter Lab46.285753.2721-42.1224
CIE-Lab53.410158.5761-42.6183

#bd54ca color RGB value is (189,84,202).

#bd54ca hex color red value is 189, green value is 84 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd54ca hue: 0.81 , saturation: 0.53 and the lightness value of bd54ca is 0.56.

The process color (four color CMYK) of #bd54ca color hex is 0.06, 0.58, 0.00, 0.21. Web safe color of #bd54ca is #cc66cc. Color #bd54ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 11001010
Octal 275 124 312
Decimal 189 84 202
Hex BD 54 CA

RGB Percentages of Color #bd54ca

%39.79
%17.68
%42.53

CMYK Percentages of Color #bd54ca

%6
%58
%0
%21

Triadic Colors of #bd54ca

#bd54ca #cabd54 #54cabd

Analogous Colors of #bd54ca

#bd54ca #ca549c #8254ca

Monochromatic Colors of #bd54ca

#bd54ca

Complementary Color

#bd54ca #61ca54

#bd54ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd54ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd54ca Color CSS Codes

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

#bd54ca Text Font Color

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

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


#bd54ca Background Color

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

This div background color is #bd54ca


#bd54ca Border Color

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

This div border color is #bd54ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd54ca


Comments

No comments written yet.

Please login to write comment.