color codes Logo

#bd259c color codes

#BD259C
(189,37,156)
0 Favorites   0 Comments

Color spaces of #bd259c

RGB 18937156
HSL0.870.670.44
HSV313°80°74°
CMYK 0.000.800.17   0.26
XYZ27.648614.542332.8022
Yxy14.54230.36870.1939
Hunter Lab38.134462.6829-24.3057
CIE-Lab45.000868.3604-28.9001

#bd259c color RGB value is (189,37,156).

#bd259c hex color red value is 189, green value is 37 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bd259c hue: 0.87 , saturation: 0.67 and the lightness value of bd259c is 0.44.

The process color (four color CMYK) of #bd259c color code is 0.00, 0.80, 0.17, 0.26. Web safe color of #bd259c is #cc3399. Color #bd259c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10011100
Octal 275 45 234
Decimal 189 37 156
Hex BD 25 9C

RGB Percentages of Color #bd259c

%49.48
%9.69
%40.84

CMYK Percentages of Color #bd259c

%0
%80
%17
%26

Triadic Colors of #bd259c

#bd259c #9cbd25 #259cbd

Analogous Colors of #bd259c

#bd259c #bd2550 #9225bd

Monochromatic Colors of #bd259c

#bd259c

Complementary Color

#bd259c #25bd46

#bd259c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd259c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd259c Color CSS Codes

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

#bd259c Text Font Color

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

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


#bd259c Background Color

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

This div background color is #bd259c


#bd259c Border Color

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

This div border color is #bd259c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd259c


Comments

No comments written yet.

Please login to write comment.