Color Hex Logo

#b027cc Color Hex

#B027CC
(176,39,204)
0 Favorites   0 Comments

Color spaces of #b027cc

RGB 17639204
HSL0.810.680.48
HSV290°81°80°
CMYK 0.140.810.00   0.20
XYZ29.529115.040858.4735
Yxy15.04080.28660.1460
Hunter Lab38.782568.0412-62.2456
CIE-Lab45.690072.7365-56.2039

#b027cc color RGB value is (176,39,204).

#b027cc hex color red value is 176, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b027cc hue: 0.81 , saturation: 0.68 and the lightness value of b027cc is 0.48.

The process color (four color CMYK) of #b027cc color hex is 0.14, 0.81, 0.00, 0.20. Web safe color of #b027cc is #9933cc. Color #b027cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 11001100
Octal 260 47 314
Decimal 176 39 204
Hex B0 27 CC

RGB Percentages of Color #b027cc

%42.00
%9.31
%48.69

CMYK Percentages of Color #b027cc

%14
%81
%0
%20

Triadic Colors of #b027cc

#b027cc #ccb027 #27ccb0

Analogous Colors of #b027cc

#b027cc #cc2796 #5e27cc

Monochromatic Colors of #b027cc

#b027cc

Complementary Color

#b027cc #43cc27

#b027cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b027cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b027cc Color CSS Codes

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

#b027cc Text Font Color

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

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


#b027cc Background Color

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

This div background color is #b027cc


#b027cc Border Color

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

This div border color is #b027cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b027cc


Comments

No comments written yet.

Please login to write comment.