Color Hex Logo

#bd035d Color Hex

#BD035D
(189,3,93)
0 Favorites   0 Comments

Color spaces of #bd035d

RGB 189393
HSL0.920.970.38
HSV331°98°74°
CMYK 0.000.980.51   0.26
XYZ22.994611.674311.3973
Yxy11.67430.49920.2534
Hunter Lab34.167760.33584.1400
CIE-Lab40.693767.18393.4914

#bd035d color RGB value is (189,3,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 01011101
Octal 275 3 135
Decimal 189 3 93
Hex BD 3 5D

RGB Percentages of Color #bd035d

%66.32
%1.05
%32.63

CMYK Percentages of Color #bd035d

%0
%98
%51
%26

Triadic Colors of #bd035d

#bd035d #5dbd03 #035dbd

Analogous Colors of #bd035d

#bd035d #bd0603 #bd03ba

Monochromatic Colors of #bd035d

#bd035d

Complementary Color

#bd035d #03bd63

#bd035d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd035d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd035d Color CSS Codes

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

#bd035d Text Font Color

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

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


#bd035d Background Color

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

This div background color is #bd035d


#bd035d Border Color

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

This div border color is #bd035d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd035d


Comments

No comments written yet.

Please login to write comment.