Color Hex Logo

#bd2598 Color Hex

#BD2598
(189,37,152)
0 Favorites   0 Comments

Color spaces of #bd2598

RGB 18937152
HSL0.870.670.44
HSV315°80°74°
CMYK 0.000.800.20   0.26
XYZ27.315314.409031.0473
Yxy14.40900.37540.1980
Hunter Lab37.959262.0194-21.9226
CIE-Lab44.813967.8297-26.7875

#bd2598 color RGB value is (189,37,152).

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

The process color (four color CMYK) of #bd2598 color hex is 0.00, 0.80, 0.20, 0.26. Web safe color of #bd2598 is #cc3399. Color #bd2598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10011000
Octal 275 45 230
Decimal 189 37 152
Hex BD 25 98

RGB Percentages of Color #bd2598

%50.00
%9.79
%40.21

CMYK Percentages of Color #bd2598

%0
%80
%20
%26

Triadic Colors of #bd2598

#bd2598 #98bd25 #2598bd

Analogous Colors of #bd2598

#bd2598 #bd254c #9625bd

Monochromatic Colors of #bd2598

#bd2598

Complementary Color

#bd2598 #25bd4a

#bd2598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2598 Color CSS Codes

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

#bd2598 Text Font Color

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

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


#bd2598 Background Color

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

This div background color is #bd2598


#bd2598 Border Color

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

This div border color is #bd2598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2598


Comments

No comments written yet.

Please login to write comment.