Color Hex Logo

#bd215c Color Hex

#BD215C
(189,33,92)
0 Favorites   0 Comments

Color spaces of #bd215c

RGB 1893392
HSL0.940.700.44
HSV337°83°74°
CMYK 0.000.830.51   0.26
XYZ23.461912.679211.3360
Yxy12.67920.49420.2671
Hunter Lab35.607955.29936.0501
CIE-Lab42.275862.46076.3885

#bd215c color RGB value is (189,33,92).

#bd215c hex color red value is 189, green value is 33 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bd215c hue: 0.94 , saturation: 0.70 and the lightness value of bd215c is 0.44.

The process color (four color CMYK) of #bd215c color hex is 0.00, 0.83, 0.51, 0.26. Web safe color of #bd215c is #cc3366. Color #bd215c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 01011100
Octal 275 41 134
Decimal 189 33 92
Hex BD 21 5C

RGB Percentages of Color #bd215c

%60.19
%10.51
%29.30

CMYK Percentages of Color #bd215c

%0
%83
%51
%26

Triadic Colors of #bd215c

#bd215c #5cbd21 #215cbd

Analogous Colors of #bd215c

#bd215c #bd3421 #bd21aa

Monochromatic Colors of #bd215c

#bd215c

Complementary Color

#bd215c #21bd82

#bd215c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd215c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd215c Color CSS Codes

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

#bd215c Text Font Color

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

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


#bd215c Background Color

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

This div background color is #bd215c


#bd215c Border Color

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

This div border color is #bd215c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd215c


Comments

No comments written yet.

Please login to write comment.