Color Hex Logo

#bd265c Color Hex

#BD265C
(189,38,92)
0 Favorites   0 Comments

Color spaces of #bd265c

RGB 1893892
HSL0.940.670.45
HSV339°80°74°
CMYK 0.000.800.51   0.26
XYZ23.611112.977811.3857
Yxy12.97780.49220.2705
Hunter Lab36.024753.94816.4785
CIE-Lab42.729861.16767.0339

#bd265c color RGB value is (189,38,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100110 01011100
Octal 275 46 134
Decimal 189 38 92
Hex BD 26 5C

RGB Percentages of Color #bd265c

%59.25
%11.91
%28.84

CMYK Percentages of Color #bd265c

%0
%80
%51
%26

Triadic Colors of #bd265c

#bd265c #5cbd26 #265cbd

Analogous Colors of #bd265c

#bd265c #bd3c26 #bd26a8

Monochromatic Colors of #bd265c

#bd265c

Complementary Color

#bd265c #26bd87

#bd265c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd265c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd265c Color CSS Codes

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

#bd265c Text Font Color

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

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


#bd265c Background Color

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

This div background color is #bd265c


#bd265c Border Color

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

This div border color is #bd265c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd265c


Comments

No comments written yet.

Please login to write comment.