Color Hex Logo

#bd025b Color Hex

#BD025B
(189,2,91)
0 Favorites   0 Comments

Color spaces of #bd025b

RGB 189291
HSL0.920.980.37
HSV331°99°74°
CMYK 0.000.990.52   0.26
XYZ22.896311.617610.9332
Yxy11.61760.50380.2556
Hunter Lab34.084660.25924.8410
CIE-Lab40.601867.13564.6301

#bd025b color RGB value is (189,2,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000010 01011011
Octal 275 2 133
Decimal 189 2 91
Hex BD 2 5B

RGB Percentages of Color #bd025b

%67.02
%0.71
%32.27

CMYK Percentages of Color #bd025b

%0
%99
%52
%26

Triadic Colors of #bd025b

#bd025b #5bbd02 #025bbd

Analogous Colors of #bd025b

#bd025b #bd0602 #bd02b9

Monochromatic Colors of #bd025b

#bd025b

Complementary Color

#bd025b #02bd64

#bd025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd025b Color CSS Codes

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

#bd025b Text Font Color

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

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


#bd025b Background Color

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

This div background color is #bd025b


#bd025b Border Color

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

This div border color is #bd025b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd025b


Comments

No comments written yet.

Please login to write comment.