Color Hex Logo

#b809cc Color Hex

#B809CC
(184,9,204)
0 Favorites   0 Comments

Color spaces of #b809cc

RGB 1849204
HSL0.820.920.42
HSV294°96°80°
CMYK 0.100.960.00   0.20
XYZ30.763914.745458.3514
Yxy14.74540.29620.1420
Hunter Lab38.399775.8055-63.2160
CIE-Lab45.283579.1448-56.7916

#b809cc color RGB value is (184,9,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001001 11001100
Octal 270 11 314
Decimal 184 9 204
Hex B8 9 CC

RGB Percentages of Color #b809cc

%46.35
%2.27
%51.39

CMYK Percentages of Color #b809cc

%10
%96
%0
%20

Triadic Colors of #b809cc

#b809cc #ccb809 #09ccb8

Analogous Colors of #b809cc

#b809cc #cc097f #5709cc

Monochromatic Colors of #b809cc

#b809cc

Complementary Color

#b809cc #1dcc09

#b809cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b809cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b809cc Color CSS Codes

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

#b809cc Text Font Color

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

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


#b809cc Background Color

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

This div background color is #b809cc


#b809cc Border Color

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

This div border color is #b809cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b809cc


Comments

No comments written yet.

Please login to write comment.