Color Hex Logo

#b80ccc Color Hex

#B80CCC
(184,12,204)
0 Favorites   0 Comments

Color spaces of #b80ccc

RGB 18412204
HSL0.820.890.42
HSV294°94°80°
CMYK 0.100.940.00   0.20
XYZ30.797714.812958.3627
Yxy14.81290.29620.1425
Hunter Lab38.487575.4824-62.9664
CIE-Lab45.376978.8680-56.6411

#b80ccc color RGB value is (184,12,204).

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

The process color (four color CMYK) of #b80ccc color hex is 0.10, 0.94, 0.00, 0.20. Web safe color of #b80ccc is #cc00cc. Color #b80ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001100 11001100
Octal 270 14 314
Decimal 184 12 204
Hex B8 C CC

RGB Percentages of Color #b80ccc

%46.00
%3.00
%51.00

CMYK Percentages of Color #b80ccc

%10
%94
%0
%20

Triadic Colors of #b80ccc

#b80ccc #ccb80c #0cccb8

Analogous Colors of #b80ccc

#b80ccc #cc0c80 #580ccc

Monochromatic Colors of #b80ccc

#b80ccc

Complementary Color

#b80ccc #20cc0c

#b80ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ccc Color CSS Codes

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

#b80ccc Text Font Color

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

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


#b80ccc Background Color

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

This div background color is #b80ccc


#b80ccc Border Color

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

This div border color is #b80ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b80ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ccc


Comments

No comments written yet.

Please login to write comment.