Color Hex Logo

#b025bc Color Hex

#B025BC
(176,37,188)
0 Favorites   0 Comments

Color spaces of #b025bc

RGB 17637188
HSL0.820.670.44
HSV295°80°74°
CMYK 0.060.800.00   0.26
XYZ27.643214.184148.8578
Yxy14.18410.30480.1564
Hunter Lab37.661865.1083-50.5524
CIE-Lab44.495870.5157-48.8131

#b025bc color RGB value is (176,37,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 10111100
Octal 260 45 274
Decimal 176 37 188
Hex B0 25 BC

RGB Percentages of Color #b025bc

%43.89
%9.23
%46.88

CMYK Percentages of Color #b025bc

%6
%80
%0
%26

Triadic Colors of #b025bc

#b025bc #bcb025 #25bcb0

Analogous Colors of #b025bc

#b025bc #bc257d #6525bc

Monochromatic Colors of #b025bc

#b025bc

Complementary Color

#b025bc #31bc25

#b025bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b025bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b025bc Color CSS Codes

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

#b025bc Text Font Color

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

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


#b025bc Background Color

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

This div background color is #b025bc


#b025bc Border Color

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

This div border color is #b025bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b025bc


Comments

No comments written yet.

Please login to write comment.