Color Hex Logo

#bd25ad Color Hex

#BD25AD
(189,37,173)
0 Favorites   0 Comments

Color spaces of #bd25ad

RGB 18937173
HSL0.850.670.44
HSV306°80°74°
CMYK 0.000.800.08   0.26
XYZ29.190715.159140.9226
Yxy15.15910.34230.1778
Hunter Lab38.934765.6920-35.0629
CIE-Lab45.851370.7426-37.6923

#bd25ad color RGB value is (189,37,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10101101
Octal 275 45 255
Decimal 189 37 173
Hex BD 25 AD

RGB Percentages of Color #bd25ad

%47.37
%9.27
%43.36

CMYK Percentages of Color #bd25ad

%0
%80
%8
%26

Triadic Colors of #bd25ad

#bd25ad #adbd25 #25adbd

Analogous Colors of #bd25ad

#bd25ad #bd2561 #8125bd

Monochromatic Colors of #bd25ad

#bd25ad

Complementary Color

#bd25ad #25bd35

#bd25ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25ad Color CSS Codes

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

#bd25ad Text Font Color

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

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


#bd25ad Background Color

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

This div background color is #bd25ad


#bd25ad Border Color

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

This div border color is #bd25ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25ad


Comments

No comments written yet.

Please login to write comment.