Color Hex Logo

#b027be Color Hex

#B027BE
(176,39,190)
0 Favorites   0 Comments

Color spaces of #b027be

RGB 17639190
HSL0.820.660.45
HSV294°79°75°
CMYK 0.070.790.00   0.25
XYZ27.924314.398850.0227
Yxy14.39880.30240.1559
Hunter Lab37.945864.9532-51.5981
CIE-Lab44.799570.3257-49.4969

#b027be color RGB value is (176,39,190).

#b027be hex color red value is 176, green value is 39 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b027be hue: 0.82 , saturation: 0.66 and the lightness value of b027be is 0.45.

The process color (four color CMYK) of #b027be color hex is 0.07, 0.79, 0.00, 0.25. Web safe color of #b027be is #9933cc. Color #b027be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 10111110
Octal 260 47 276
Decimal 176 39 190
Hex B0 27 BE

RGB Percentages of Color #b027be

%43.46
%9.63
%46.91

CMYK Percentages of Color #b027be

%7
%79
%0
%25

Triadic Colors of #b027be

#b027be #beb027 #27beb0

Analogous Colors of #b027be

#b027be #be2781 #6527be

Monochromatic Colors of #b027be

#b027be

Complementary Color

#b027be #35be27

#b027be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b027be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b027be Color CSS Codes

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

#b027be Text Font Color

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

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


#b027be Background Color

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

This div background color is #b027be


#b027be Border Color

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

This div border color is #b027be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b027be


Comments

No comments written yet.

Please login to write comment.