Color Hex Logo

#b20087 Color Hex

#B20087
(178,0,135)
1 Favorites   0 Comments

Color spaces of #b20087

RGB 1780135
HSL0.871.000.35
HSV314°100°70°
CMYK 0.001.000.24   0.30
XYZ22.733311.214223.8881
Yxy11.21420.39310.1939
Hunter Lab33.487662.5727-18.8527
CIE-Lab39.938969.2527-24.1785

#b20087 color RGB value is (178,0,135).

#b20087 hex color red value is 178, green value is 0 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b20087 hue: 0.87 , saturation: 1.00 and the lightness value of b20087 is 0.35.

The process color (four color CMYK) of #b20087 color hex is 0.00, 1.00, 0.24, 0.30. Web safe color of #b20087 is #990099. Color #b20087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000000 10000111
Octal 262 0 207
Decimal 178 0 135
Hex B2 0 87

RGB Percentages of Color #b20087

%56.87
%0.00
%43.13

CMYK Percentages of Color #b20087

%0
%100
%24
%30

Triadic Colors of #b20087

#b20087 #87b200 #0087b2

Analogous Colors of #b20087

#b20087 #b2002e #8400b2

Monochromatic Colors of #b20087

#b20087

Complementary Color

#b20087 #00b22b

#b20087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20087 Color CSS Codes

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

#b20087 Text Font Color

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

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


#b20087 Background Color

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

This div background color is #b20087


#b20087 Border Color

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

This div border color is #b20087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20087

#b20087 Color Palettes


Comments

No comments written yet.

Please login to write comment.