Color Hex Logo

#bd025c Color Hex

#BD025C
(189,2,92)
0 Favorites   0 Comments

Color spaces of #bd025c

RGB 189292
HSL0.920.980.37
HSV331°99°74°
CMYK 0.000.990.51   0.26
XYZ22.939711.634911.1619
Yxy11.63490.50160.2544
Hunter Lab34.110060.35274.4753
CIE-Lab40.629967.21104.0348

#bd025c color RGB value is (189,2,92).

#bd025c hex color red value is 189, green value is 2 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bd025c hue: 0.92 , saturation: 0.98 and the lightness value of bd025c is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000010 01011100
Octal 275 2 134
Decimal 189 2 92
Hex BD 2 5C

RGB Percentages of Color #bd025c

%66.78
%0.71
%32.51

CMYK Percentages of Color #bd025c

%0
%99
%51
%26

Triadic Colors of #bd025c

#bd025c #5cbd02 #025cbd

Analogous Colors of #bd025c

#bd025c #bd0602 #bd02ba

Monochromatic Colors of #bd025c

#bd025c

Complementary Color

#bd025c #02bd63

#bd025c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd025c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd025c Color CSS Codes

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

#bd025c Text Font Color

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

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


#bd025c Background Color

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

This div background color is #bd025c


#bd025c Border Color

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

This div border color is #bd025c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd025c


Comments

No comments written yet.

Please login to write comment.