Color Hex Logo

#bd28ca Color Hex

#BD28CA
(189,40,202)
0 Favorites   0 Comments

Color spaces of #bd28ca

RGB 18940202
HSL0.820.670.47
HSV295°80°79°
CMYK 0.060.800.00   0.21
XYZ32.405716.600757.3734
Yxy16.60070.30460.1561
Hunter Lab40.744070.6680-54.9681
CIE-Lab47.752974.5022-51.6212

#bd28ca color RGB value is (189,40,202).

#bd28ca hex color red value is 189, green value is 40 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd28ca hue: 0.82 , saturation: 0.67 and the lightness value of bd28ca is 0.47.

The process color (four color CMYK) of #bd28ca color hex is 0.06, 0.80, 0.00, 0.21. Web safe color of #bd28ca is #cc33cc. Color #bd28ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 11001010
Octal 275 50 312
Decimal 189 40 202
Hex BD 28 CA

RGB Percentages of Color #bd28ca

%43.85
%9.28
%46.87

CMYK Percentages of Color #bd28ca

%6
%80
%0
%21

Triadic Colors of #bd28ca

#bd28ca #cabd28 #28cabd

Analogous Colors of #bd28ca

#bd28ca #ca2886 #6c28ca

Monochromatic Colors of #bd28ca

#bd28ca

Complementary Color

#bd28ca #35ca28

#bd28ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd28ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd28ca Color CSS Codes

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

#bd28ca Text Font Color

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

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


#bd28ca Background Color

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

This div background color is #bd28ca


#bd28ca Border Color

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

This div border color is #bd28ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd28ca


Comments

No comments written yet.

Please login to write comment.