Color Hex Logo

#bd1e5f Color Hex

#BD1E5F
(189,30,95)
0 Favorites   0 Comments

Color spaces of #bd1e5f

RGB 1893095
HSL0.930.730.43
HSV335°84°74°
CMYK 0.000.840.50   0.26
XYZ23.516112.573612.0140
Yxy12.57360.48890.2614
Hunter Lab35.459356.32504.7334
CIE-Lab42.113663.40144.2693

#bd1e5f color RGB value is (189,30,95).

#bd1e5f hex color red value is 189, green value is 30 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bd1e5f hue: 0.93 , saturation: 0.73 and the lightness value of bd1e5f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011110 01011111
Octal 275 36 137
Decimal 189 30 95
Hex BD 1E 5F

RGB Percentages of Color #bd1e5f

%60.19
%9.55
%30.25

CMYK Percentages of Color #bd1e5f

%0
%84
%50
%26

Triadic Colors of #bd1e5f

#bd1e5f #5fbd1e #1e5fbd

Analogous Colors of #bd1e5f

#bd1e5f #bd2d1e #bd1eaf

Monochromatic Colors of #bd1e5f

#bd1e5f

Complementary Color

#bd1e5f #1ebd7c

#bd1e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1e5f Color CSS Codes

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

#bd1e5f Text Font Color

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

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


#bd1e5f Background Color

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

This div background color is #bd1e5f


#bd1e5f Border Color

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

This div border color is #bd1e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1e5f


Comments

No comments written yet.

Please login to write comment.