Color Hex Logo

#b025bd Color Hex

#B025BD
(176,37,189)
0 Favorites   0 Comments

Color spaces of #b025bd

RGB 17637189
HSL0.820.670.44
HSV295°80°74°
CMYK 0.070.800.00   0.26
XYZ27.751414.227449.4276
Yxy14.22740.30360.1556
Hunter Lab37.719265.3203-51.2907
CIE-Lab44.557370.6823-49.3000

#b025bd color RGB value is (176,37,189).

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

The process color (four color CMYK) of #b025bd color hex is 0.07, 0.80, 0.00, 0.26. Web safe color of #b025bd is #9933cc. Color #b025bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 10111101
Octal 260 45 275
Decimal 176 37 189
Hex B0 25 BD

RGB Percentages of Color #b025bd

%43.78
%9.20
%47.01

CMYK Percentages of Color #b025bd

%7
%80
%0
%26

Triadic Colors of #b025bd

#b025bd #bdb025 #25bdb0

Analogous Colors of #b025bd

#b025bd #bd257e #6425bd

Monochromatic Colors of #b025bd

#b025bd

Complementary Color

#b025bd #32bd25

#b025bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b025bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b025bd Color CSS Codes

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

#b025bd Text Font Color

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

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


#b025bd Background Color

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

This div background color is #b025bd


#b025bd Border Color

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

This div border color is #b025bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b025bd


Comments

No comments written yet.

Please login to write comment.