color codes Logo

#b20cec color codes

#B20CEC
(178,12,236)
0 Favorites   0 Comments

Color spaces of #b20cec

RGB 17812236
HSL0.790.900.49
HSV284°95°93°
CMYK 0.250.950.00   0.07
XYZ33.631915.784180.6309
Yxy15.78410.25860.1214
Hunter Lab39.729281.5792-92.5193
CIE-Lab46.690083.4352-72.8577

#b20cec color RGB value is (178,12,236).

#b20cec hex color red value is 178, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b20cec hue: 0.79 , saturation: 0.90 and the lightness value of b20cec is 0.49.

The process color (four color CMYK) of #b20cec color code is 0.25, 0.95, 0.00, 0.07. Web safe color of #b20cec is #9900ff. Color #b20cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 11101100
Octal 262 14 354
Decimal 178 12 236
Hex B2 C EC

RGB Percentages of Color #b20cec

%41.78
%2.82
%55.40

CMYK Percentages of Color #b20cec

%25
%95
%0
%7

Triadic Colors of #b20cec

#b20cec #ecb20c #0cecb2

Analogous Colors of #b20cec

#b20cec #ec0cb6 #420cec

Monochromatic Colors of #b20cec

#b20cec

Complementary Color

#b20cec #46ec0c

#b20cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20cec Color CSS Codes

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

#b20cec Text Font Color

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

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


#b20cec Background Color

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

This div background color is #b20cec


#b20cec Border Color

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

This div border color is #b20cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20cec


Comments

No comments written yet.

Please login to write comment.