Color Hex Logo

#bd25ab Color Hex

#BD25AB
(189,37,171)
0 Favorites   0 Comments

Color spaces of #bd25ab

RGB 18937171
HSL0.850.670.44
HSV307°80°74°
CMYK 0.000.800.10   0.26
XYZ28.998515.082239.9108
Yxy15.08220.34530.1796
Hunter Lab38.835865.3224-33.7461
CIE-Lab45.746670.4522-36.6735

#bd25ab color RGB value is (189,37,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10101011
Octal 275 45 253
Decimal 189 37 171
Hex BD 25 AB

RGB Percentages of Color #bd25ab

%47.61
%9.32
%43.07

CMYK Percentages of Color #bd25ab

%0
%80
%10
%26

Triadic Colors of #bd25ab

#bd25ab #abbd25 #25abbd

Analogous Colors of #bd25ab

#bd25ab #bd255f #8325bd

Monochromatic Colors of #bd25ab

#bd25ab

Complementary Color

#bd25ab #25bd37

#bd25ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25ab Color CSS Codes

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

#bd25ab Text Font Color

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

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


#bd25ab Background Color

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

This div background color is #bd25ab


#bd25ab Border Color

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

This div border color is #bd25ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25ab


Comments

No comments written yet.

Please login to write comment.