Color Hex Logo

#b270cc Color Hex

#B270CC
(178,112,204)
0 Favorites   0 Comments

Color spaces of #b270cc

RGB 178112204
HSL0.790.470.62
HSV283°45°80°
CMYK 0.130.450.00   0.20
XYZ35.053425.413060.1844
Yxy25.41300.29050.2106
Hunter Lab50.411335.8998-35.4965
CIE-Lab57.475641.8592-37.4542

#b270cc color RGB value is (178,112,204).

#b270cc hex color red value is 178, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b270cc hue: 0.79 , saturation: 0.47 and the lightness value of b270cc is 0.62.

The process color (four color CMYK) of #b270cc color hex is 0.13, 0.45, 0.00, 0.20. Web safe color of #b270cc is #9966cc. Color #b270cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 11001100
Octal 262 160 314
Decimal 178 112 204
Hex B2 70 CC

RGB Percentages of Color #b270cc

%36.03
%22.67
%41.30

CMYK Percentages of Color #b270cc

%13
%45
%0
%20

Triadic Colors of #b270cc

#b270cc #ccb270 #70ccb2

Analogous Colors of #b270cc

#b270cc #cc70b8 #8470cc

Monochromatic Colors of #b270cc

#b270cc

Complementary Color

#b270cc #8acc70

#b270cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b270cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b270cc Color CSS Codes

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

#b270cc Text Font Color

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

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


#b270cc Background Color

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

This div background color is #b270cc


#b270cc Border Color

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

This div border color is #b270cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,112,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 #b270cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b270cc


Comments

No comments written yet.

Please login to write comment.