Color Hex Logo

#bd255e Color Hex

#BD255E
(189,37,94)
0 Favorites   0 Comments

Color spaces of #bd255e

RGB 1893794
HSL0.940.670.44
HSV338°80°74°
CMYK 0.000.800.50   0.26
XYZ23.668212.950111.8418
Yxy12.95010.48840.2672
Hunter Lab35.986254.42375.6801
CIE-Lab42.688061.60105.7200

#bd255e color RGB value is (189,37,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 01011110
Octal 275 45 136
Decimal 189 37 94
Hex BD 25 5E

RGB Percentages of Color #bd255e

%59.06
%11.56
%29.38

CMYK Percentages of Color #bd255e

%0
%80
%50
%26

Triadic Colors of #bd255e

#bd255e #5ebd25 #255ebd

Analogous Colors of #bd255e

#bd255e #bd3825 #bd25aa

Monochromatic Colors of #bd255e

#bd255e

Complementary Color

#bd255e #25bd84

#bd255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd255e Color CSS Codes

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

#bd255e Text Font Color

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

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


#bd255e Background Color

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

This div background color is #bd255e


#bd255e Border Color

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

This div border color is #bd255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd255e


Comments

No comments written yet.

Please login to write comment.