Color Hex Logo

#bd2530 Color Hex

#BD2530
(189,37,48)
0 Favorites   0 Comments

Color spaces of #bd2530

RGB 1893748
HSL0.990.670.44
HSV356°80°74°
CMYK 0.000.800.75   0.26
XYZ22.181312.35544.0120
Yxy12.35540.57540.3205
Hunter Lab35.150251.128117.8379
CIE-Lab41.775558.803833.0605

#bd2530 color RGB value is (189,37,48).

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

The process color (four color CMYK) of #bd2530 color hex is 0.00, 0.80, 0.75, 0.26. Web safe color of #bd2530 is #cc3333. Color #bd2530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 00110000
Octal 275 45 60
Decimal 189 37 48
Hex BD 25 30

RGB Percentages of Color #bd2530

%68.98
%13.50
%17.52

CMYK Percentages of Color #bd2530

%0
%80
%75
%26

Triadic Colors of #bd2530

#bd2530 #30bd25 #2530bd

Analogous Colors of #bd2530

#bd2530 #bd6625 #bd257c

Monochromatic Colors of #bd2530

#bd2530

Complementary Color

#bd2530 #25bdb2

#bd2530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2530 Color CSS Codes

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

#bd2530 Text Font Color

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

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


#bd2530 Background Color

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

This div background color is #bd2530


#bd2530 Border Color

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

This div border color is #bd2530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2530


Comments

No comments written yet.

Please login to write comment.