Color Hex Logo

#bd0362 Color Hex

#BD0362
(189,3,98)
0 Favorites   0 Comments

Color spaces of #bd0362

RGB 189398
HSL0.910.970.38
HSV329°98°74°
CMYK 0.000.980.48   0.26
XYZ23.223411.765812.6023
Yxy11.76580.48800.2472
Hunter Lab34.301360.82462.2278
CIE-Lab40.841467.57710.5350

#bd0362 color RGB value is (189,3,98).

#bd0362 hex color red value is 189, green value is 3 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bd0362 hue: 0.91 , saturation: 0.97 and the lightness value of bd0362 is 0.38.

The process color (four color CMYK) of #bd0362 color hex is 0.00, 0.98, 0.48, 0.26. Web safe color of #bd0362 is #cc0066. Color #bd0362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 01100010
Octal 275 3 142
Decimal 189 3 98
Hex BD 3 62

RGB Percentages of Color #bd0362

%65.17
%1.03
%33.79

CMYK Percentages of Color #bd0362

%0
%98
%48
%26

Triadic Colors of #bd0362

#bd0362 #62bd03 #0362bd

Analogous Colors of #bd0362

#bd0362 #bd0305 #bb03bd

Monochromatic Colors of #bd0362

#bd0362

Complementary Color

#bd0362 #03bd5e

#bd0362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0362 Color CSS Codes

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

#bd0362 Text Font Color

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

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


#bd0362 Background Color

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

This div background color is #bd0362


#bd0362 Border Color

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

This div border color is #bd0362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0362


Comments

No comments written yet.

Please login to write comment.