Color Hex Logo

#b814cc Color Hex

#B814CC
(184,20,204)
0 Favorites   0 Comments

Color spaces of #b814cc

RGB 18420204
HSL0.820.820.44
HSV293°90°80°
CMYK 0.100.900.00   0.20
XYZ30.916415.050358.4023
Yxy15.05030.29620.1442
Hunter Lab38.794774.3600-62.1000
CIE-Lab45.703077.9028-56.1155

#b814cc color RGB value is (184,20,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010100 11001100
Octal 270 24 314
Decimal 184 20 204
Hex B8 14 CC

RGB Percentages of Color #b814cc

%45.10
%4.90
%50.00

CMYK Percentages of Color #b814cc

%10
%90
%0
%20

Triadic Colors of #b814cc

#b814cc #ccb814 #14ccb8

Analogous Colors of #b814cc

#b814cc #cc1484 #5c14cc

Monochromatic Colors of #b814cc

#b814cc

Complementary Color

#b814cc #28cc14

#b814cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b814cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b814cc Color CSS Codes

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

#b814cc Text Font Color

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

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


#b814cc Background Color

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

This div background color is #b814cc


#b814cc Border Color

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

This div border color is #b814cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b814cc


Comments

No comments written yet.

Please login to write comment.