Color Hex Logo

#b20fad Color Hex

#B20FAD
(178,15,173)
0 Favorites   0 Comments

Color spaces of #b20fad

RGB 17815173
HSL0.840.840.38
HSV302°92°70°
CMYK 0.000.920.03   0.30
XYZ26.073712.823840.6362
Yxy12.82380.32780.1612
Hunter Lab35.810367.2987-42.2128
CIE-Lab42.496572.7410-43.1390

#b20fad color RGB value is (178,15,173).

#b20fad hex color red value is 178, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b20fad hue: 0.84 , saturation: 0.84 and the lightness value of b20fad is 0.38.

The process color (four color CMYK) of #b20fad color hex is 0.00, 0.92, 0.03, 0.30. Web safe color of #b20fad is #990099. Color #b20fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001111 10101101
Octal 262 17 255
Decimal 178 15 173
Hex B2 F AD

RGB Percentages of Color #b20fad

%48.63
%4.10
%47.27

CMYK Percentages of Color #b20fad

%0
%92
%3
%30

Triadic Colors of #b20fad

#b20fad #adb20f #0fadb2

Analogous Colors of #b20fad

#b20fad #b20f5c #660fb2

Monochromatic Colors of #b20fad

#b20fad

Complementary Color

#b20fad #0fb214

#b20fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20fad Color CSS Codes

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

#b20fad Text Font Color

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

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


#b20fad Background Color

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

This div background color is #b20fad


#b20fad Border Color

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

This div border color is #b20fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20fad


Comments

No comments written yet.

Please login to write comment.