Color Hex Logo

#b270a0 Color Hex

#B270A0
(178,112,160)
0 Favorites   0 Comments

Color spaces of #b270a0

RGB 178112160
HSL0.880.300.57
HSV316°37°70°
CMYK 0.000.370.10   0.30
XYZ30.499423.591436.2038
Yxy23.59140.33780.2613
Hunter Lab48.571027.0871-10.1939
CIE-Lab55.676433.3613-14.9769

#b270a0 color RGB value is (178,112,160).

#b270a0 hex color red value is 178, green value is 112 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #b270a0 hue: 0.88 , saturation: 0.30 and the lightness value of b270a0 is 0.57.

The process color (four color CMYK) of #b270a0 color hex is 0.00, 0.37, 0.10, 0.30. Web safe color of #b270a0 is #996699. Color #b270a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 10100000
Octal 262 160 240
Decimal 178 112 160
Hex B2 70 A0

RGB Percentages of Color #b270a0

%39.56
%24.89
%35.56

CMYK Percentages of Color #b270a0

%0
%37
%10
%30

Triadic Colors of #b270a0

#b270a0 #a0b270 #70a0b2

Analogous Colors of #b270a0

#b270a0 #b2707f #a370b2

Monochromatic Colors of #b270a0

#b270a0

Complementary Color

#b270a0 #70b282

#b270a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b270a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b270a0 Color CSS Codes

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

#b270a0 Text Font Color

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

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


#b270a0 Background Color

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

This div background color is #b270a0


#b270a0 Border Color

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

This div border color is #b270a0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,112,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b270a0


Comments

No comments written yet.

Please login to write comment.