Color Hex Logo

#b027df Color Hex

#B027DF
(176,39,223)
0 Favorites   0 Comments

Color spaces of #b027df

RGB 17639223
HSL0.790.740.51
HSV285°83°87°
CMYK 0.210.830.00   0.13
XYZ31.949316.008971.2181
Yxy16.00890.26810.1343
Hunter Lab40.011172.5146-77.5259
CIE-Lab46.986276.1596-65.0126

#b027df color RGB value is (176,39,223).

#b027df hex color red value is 176, green value is 39 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b027df hue: 0.79 , saturation: 0.74 and the lightness value of b027df is 0.51.

The process color (four color CMYK) of #b027df color hex is 0.21, 0.83, 0.00, 0.13. Web safe color of #b027df is #9933cc. Color #b027df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 11011111
Octal 260 47 337
Decimal 176 39 223
Hex B0 27 DF

RGB Percentages of Color #b027df

%40.18
%8.90
%50.91

CMYK Percentages of Color #b027df

%21
%83
%0
%13

Triadic Colors of #b027df

#b027df #dfb027 #27dfb0

Analogous Colors of #b027df

#b027df #df27b2 #5427df

Monochromatic Colors of #b027df

#b027df

Complementary Color

#b027df #56df27

#b027df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b027df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b027df Color CSS Codes

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

#b027df Text Font Color

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

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


#b027df Background Color

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

This div background color is #b027df


#b027df Border Color

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

This div border color is #b027df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b027df


Comments

No comments written yet.

Please login to write comment.