Color Hex Logo

#b028c5 Color Hex

#B028C5
(176,40,197)
0 Favorites   0 Comments

Color spaces of #b028c5

RGB 17640197
HSL0.810.660.46
HSV292°80°77°
CMYK 0.110.800.00   0.23
XYZ28.741314.778954.1611
Yxy14.77890.29420.1513
Hunter Lab38.443366.1757-56.6207
CIE-Lab45.329971.2503-52.7260

#b028c5 color RGB value is (176,40,197).

#b028c5 hex color red value is 176, green value is 40 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b028c5 hue: 0.81 , saturation: 0.66 and the lightness value of b028c5 is 0.46.

The process color (four color CMYK) of #b028c5 color hex is 0.11, 0.80, 0.00, 0.23. Web safe color of #b028c5 is #9933cc. Color #b028c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101000 11000101
Octal 260 50 305
Decimal 176 40 197
Hex B0 28 C5

RGB Percentages of Color #b028c5

%42.62
%9.69
%47.70

CMYK Percentages of Color #b028c5

%11
%80
%0
%23

Triadic Colors of #b028c5

#b028c5 #c5b028 #28c5b0

Analogous Colors of #b028c5

#b028c5 #c5288c #6228c5

Monochromatic Colors of #b028c5

#b028c5

Complementary Color

#b028c5 #3dc528

#b028c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b028c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b028c5 Color CSS Codes

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

#b028c5 Text Font Color

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

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


#b028c5 Background Color

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

This div background color is #b028c5


#b028c5 Border Color

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

This div border color is #b028c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b028c5


Comments

No comments written yet.

Please login to write comment.