Color Hex Logo

#bd0359 Color Hex

#BD0359
(189,3,89)
0 Favorites   0 Comments

Color spaces of #bd0359

RGB 189389
HSL0.920.970.38
HSV332°98°74°
CMYK 0.000.980.53   0.26
XYZ22.822011.605210.4884
Yxy11.60520.50810.2584
Hunter Lab34.066459.96575.5922
CIE-Lab40.581666.88555.8735

#bd0359 color RGB value is (189,3,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 01011001
Octal 275 3 131
Decimal 189 3 89
Hex BD 3 59

RGB Percentages of Color #bd0359

%67.26
%1.07
%31.67

CMYK Percentages of Color #bd0359

%0
%98
%53
%26

Triadic Colors of #bd0359

#bd0359 #59bd03 #0359bd

Analogous Colors of #bd0359

#bd0359 #bd0a03 #bd03b6

Monochromatic Colors of #bd0359

#bd0359

Complementary Color

#bd0359 #03bd67

#bd0359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0359 Color CSS Codes

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

#bd0359 Text Font Color

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

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


#bd0359 Background Color

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

This div background color is #bd0359


#bd0359 Border Color

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

This div border color is #bd0359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0359


Comments

No comments written yet.

Please login to write comment.