Color Hex Logo

#bd258a Color Hex

#BD258A
(189,37,138)
0 Favorites   0 Comments

Color spaces of #bd258a

RGB 18937138
HSL0.890.670.44
HSV320°80°74°
CMYK 0.000.800.27   0.26
XYZ26.235313.976925.3598
Yxy13.97690.40010.2132
Hunter Lab37.385759.8369-14.0481
CIE-Lab44.199866.0693-19.2602

#bd258a color RGB value is (189,37,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10001010
Octal 275 45 212
Decimal 189 37 138
Hex BD 25 8A

RGB Percentages of Color #bd258a

%51.92
%10.16
%37.91

CMYK Percentages of Color #bd258a

%0
%80
%27
%26

Triadic Colors of #bd258a

#bd258a #8abd25 #258abd

Analogous Colors of #bd258a

#bd258a #bd253e #a425bd

Monochromatic Colors of #bd258a

#bd258a

Complementary Color

#bd258a #25bd58

#bd258a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd258a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd258a Color CSS Codes

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

#bd258a Text Font Color

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

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


#bd258a Background Color

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

This div background color is #bd258a


#bd258a Border Color

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

This div border color is #bd258a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd258a


Comments

No comments written yet.

Please login to write comment.