color codes Logo

#b20ccc color codes

#B20CCC
(178,12,204)
0 Favorites   0 Comments

Color spaces of #b20ccc

RGB 17812204
HSL0.810.890.42
HSV292°94°80°
CMYK 0.130.940.00   0.20
XYZ29.390714.087658.2969
Yxy14.08760.28880.1384
Hunter Lab37.533574.0915-65.8157
CIE-Lab44.358377.9469-58.3361

#b20ccc color RGB value is (178,12,204).

#b20ccc hex color red value is 178, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b20ccc hue: 0.81 , saturation: 0.89 and the lightness value of b20ccc is 0.42.

The process color (four color CMYK) of #b20ccc color code is 0.13, 0.94, 0.00, 0.20. Web safe color of #b20ccc is #9900cc. Color #b20ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 11001100
Octal 262 14 314
Decimal 178 12 204
Hex B2 C CC

RGB Percentages of Color #b20ccc

%45.18
%3.05
%51.78

CMYK Percentages of Color #b20ccc

%13
%94
%0
%20

Triadic Colors of #b20ccc

#b20ccc #ccb20c #0cccb2

Analogous Colors of #b20ccc

#b20ccc #cc0c86 #520ccc

Monochromatic Colors of #b20ccc

#b20ccc

Complementary Color

#b20ccc #26cc0c

#b20ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20ccc Color CSS Codes

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

#b20ccc Text Font Color

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

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


#b20ccc Background Color

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

This div background color is #b20ccc


#b20ccc Border Color

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

This div border color is #b20ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20ccc


Comments

No comments written yet.

Please login to write comment.