Color Hex Logo

#b20fbc Color Hex

#B20FBC
(178,15,188)
0 Favorites   0 Comments

Color spaces of #b20fbc

RGB 17815188
HSL0.820.850.40
HSV297°92°74°
CMYK 0.050.920.00   0.26
XYZ27.608013.437548.7155
Yxy13.43750.30760.1497
Hunter Lab36.657270.2854-53.1333
CIE-Lab43.415275.0328-50.5275

#b20fbc color RGB value is (178,15,188).

#b20fbc hex color red value is 178, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b20fbc hue: 0.82 , saturation: 0.85 and the lightness value of b20fbc is 0.40.

The process color (four color CMYK) of #b20fbc color hex is 0.05, 0.92, 0.00, 0.26. Web safe color of #b20fbc is #9900cc. Color #b20fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001111 10111100
Octal 262 17 274
Decimal 178 15 188
Hex B2 F BC

RGB Percentages of Color #b20fbc

%46.72
%3.94
%49.34

CMYK Percentages of Color #b20fbc

%5
%92
%0
%26

Triadic Colors of #b20fbc

#b20fbc #bcb20f #0fbcb2

Analogous Colors of #b20fbc

#b20fbc #bc0f70 #5b0fbc

Monochromatic Colors of #b20fbc

#b20fbc

Complementary Color

#b20fbc #19bc0f

#b20fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20fbc Color CSS Codes

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

#b20fbc Text Font Color

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

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


#b20fbc Background Color

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

This div background color is #b20fbc


#b20fbc Border Color

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

This div border color is #b20fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20fbc


Comments

No comments written yet.

Please login to write comment.