Color Hex Logo

#bd265a Color Hex

#BD265A
(189,38,90)
0 Favorites   0 Comments

Color spaces of #bd265a

RGB 1893890
HSL0.940.670.45
HSV339°80°74°
CMYK 0.000.800.52   0.26
XYZ23.524812.943210.9313
Yxy12.94320.49630.2731
Hunter Lab35.976753.76037.1687
CIE-Lab42.677561.00948.2143

#bd265a color RGB value is (189,38,90).

#bd265a hex color red value is 189, green value is 38 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd265a hue: 0.94 , saturation: 0.67 and the lightness value of bd265a is 0.45.

The process color (four color CMYK) of #bd265a color hex is 0.00, 0.80, 0.52, 0.26. Web safe color of #bd265a is #cc3366. Color #bd265a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100110 01011010
Octal 275 46 132
Decimal 189 38 90
Hex BD 26 5A

RGB Percentages of Color #bd265a

%59.62
%11.99
%28.39

CMYK Percentages of Color #bd265a

%0
%80
%52
%26

Triadic Colors of #bd265a

#bd265a #5abd26 #265abd

Analogous Colors of #bd265a

#bd265a #bd3e26 #bd26a6

Monochromatic Colors of #bd265a

#bd265a

Complementary Color

#bd265a #26bd89

#bd265a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd265a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd265a Color CSS Codes

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

#bd265a Text Font Color

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

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


#bd265a Background Color

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

This div background color is #bd265a


#bd265a Border Color

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

This div border color is #bd265a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd265a


Comments

No comments written yet.

Please login to write comment.