Color Hex Logo

#bd25bd Color Hex

#BD25BD
(189,37,189)
0 Favorites   0 Comments

Color spaces of #bd25bd

RGB 18937189
HSL0.830.670.44
HSV300°80°74°
CMYK 0.000.800.00   0.26
XYZ30.833115.816149.5718
Yxy15.81610.32040.1644
Hunter Lab39.769568.7938-46.0651
CIE-Lab46.732373.1572-45.6994

#bd25bd color RGB value is (189,37,189).

#bd25bd hex color red value is 189, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd25bd hue: 0.83 , saturation: 0.67 and the lightness value of bd25bd is 0.44.

The process color (four color CMYK) of #bd25bd color hex is 0.00, 0.80, 0.00, 0.26. Web safe color of #bd25bd is #cc33cc. Color #bd25bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10111101
Octal 275 45 275
Decimal 189 37 189
Hex BD 25 BD

RGB Percentages of Color #bd25bd

%45.54
%8.92
%45.54

CMYK Percentages of Color #bd25bd

%0
%80
%0
%26

Triadic Colors of #bd25bd

#bd25bd #bdbd25 #25bdbd

Analogous Colors of #bd25bd

#bd25bd #bd2571 #7125bd

Monochromatic Colors of #bd25bd

#bd25bd

Complementary Color

#bd25bd #25bd25

#bd25bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25bd Color CSS Codes

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

#bd25bd Text Font Color

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

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


#bd25bd Background Color

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

This div background color is #bd25bd


#bd25bd Border Color

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

This div border color is #bd25bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25bd


Comments

No comments written yet.

Please login to write comment.