Color Hex Logo

#b830cc Color Hex

#B830CC
(184,48,204)
0 Favorites   0 Comments

Color spaces of #b830cc

RGB 18448204
HSL0.810.620.49
HSV292°76°80°
CMYK 0.100.760.00   0.20
XYZ31.723216.663958.6712
Yxy16.66390.29630.1557
Hunter Lab40.821467.2786-56.6404
CIE-Lab47.833771.6843-52.6908

#b830cc color RGB value is (184,48,204).

#b830cc hex color red value is 184, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b830cc hue: 0.81 , saturation: 0.62 and the lightness value of b830cc is 0.49.

The process color (four color CMYK) of #b830cc color hex is 0.10, 0.76, 0.00, 0.20. Web safe color of #b830cc is #cc33cc. Color #b830cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 11001100
Octal 270 60 314
Decimal 184 48 204
Hex B8 30 CC

RGB Percentages of Color #b830cc

%42.20
%11.01
%46.79

CMYK Percentages of Color #b830cc

%10
%76
%0
%20

Triadic Colors of #b830cc

#b830cc #ccb830 #30ccb8

Analogous Colors of #b830cc

#b830cc #cc3092 #6a30cc

Monochromatic Colors of #b830cc

#b830cc

Complementary Color

#b830cc #44cc30

#b830cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b830cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b830cc Color CSS Codes

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

#b830cc Text Font Color

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

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


#b830cc Background Color

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

This div background color is #b830cc


#b830cc Border Color

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

This div border color is #b830cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b830cc


Comments

No comments written yet.

Please login to write comment.