Color Hex Logo

#bd135d Color Hex

#BD135D
(189,19,93)
0 Favorites   0 Comments

Color spaces of #bd135d

RGB 1891993
HSL0.930.820.41
HSV334°90°74°
CMYK 0.000.900.51   0.26
XYZ23.194912.074911.4641
Yxy12.07490.49630.2584
Hunter Lab34.749058.33794.7638
CIE-Lab41.334965.32214.4132

#bd135d color RGB value is (189,19,93).

#bd135d hex color red value is 189, green value is 19 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bd135d hue: 0.93 , saturation: 0.82 and the lightness value of bd135d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 01011101
Octal 275 23 135
Decimal 189 19 93
Hex BD 13 5D

RGB Percentages of Color #bd135d

%62.79
%6.31
%30.90

CMYK Percentages of Color #bd135d

%0
%90
%51
%26

Triadic Colors of #bd135d

#bd135d #5dbd13 #135dbd

Analogous Colors of #bd135d

#bd135d #bd1e13 #bd13b2

Monochromatic Colors of #bd135d

#bd135d

Complementary Color

#bd135d #13bd73

#bd135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd135d Color CSS Codes

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

#bd135d Text Font Color

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

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


#bd135d Background Color

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

This div background color is #bd135d


#bd135d Border Color

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

This div border color is #bd135d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,19,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 #bd135d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd135d


Comments

No comments written yet.

Please login to write comment.