Color Hex Logo

#bd257e Color Hex

#BD257E
(189,37,126)
0 Favorites   0 Comments

Color spaces of #bd257e

RGB 18937126
HSL0.900.670.44
HSV325°80°74°
CMYK 0.000.800.33   0.26
XYZ25.413713.648321.0336
Yxy13.64830.42290.2271
Hunter Lab36.943658.1398-7.8958
CIE-Lab43.724364.6845-12.6422

#bd257e color RGB value is (189,37,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 01111110
Octal 275 45 176
Decimal 189 37 126
Hex BD 25 7E

RGB Percentages of Color #bd257e

%53.69
%10.51
%35.80

CMYK Percentages of Color #bd257e

%0
%80
%33
%26

Triadic Colors of #bd257e

#bd257e #7ebd25 #257ebd

Analogous Colors of #bd257e

#bd257e #bd2532 #b025bd

Monochromatic Colors of #bd257e

#bd257e

Complementary Color

#bd257e #25bd64

#bd257e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd257e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd257e Color CSS Codes

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

#bd257e Text Font Color

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

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


#bd257e Background Color

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

This div background color is #bd257e


#bd257e Border Color

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

This div border color is #bd257e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd257e


Comments

No comments written yet.

Please login to write comment.