Color Hex Logo

#b830ce Color Hex

#B830CE
(184,48,206)
0 Favorites   0 Comments

Color spaces of #b830ce

RGB 18448206
HSL0.810.620.50
HSV292°77°81°
CMYK 0.110.770.00   0.19
XYZ31.964716.760559.9429
Yxy16.76050.29410.1542
Hunter Lab40.939667.7245-58.1535
CIE-Lab47.956872.0315-53.6460

#b830ce color RGB value is (184,48,206).

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

The process color (four color CMYK) of #b830ce color hex is 0.11, 0.77, 0.00, 0.19. Web safe color of #b830ce is #cc33cc. Color #b830ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 11001110
Octal 270 60 316
Decimal 184 48 206
Hex B8 30 CE

RGB Percentages of Color #b830ce

%42.01
%10.96
%47.03

CMYK Percentages of Color #b830ce

%11
%77
%0
%19

Triadic Colors of #b830ce

#b830ce #ceb830 #30ceb8

Analogous Colors of #b830ce

#b830ce #ce3095 #6930ce

Monochromatic Colors of #b830ce

#b830ce

Complementary Color

#b830ce #46ce30

#b830ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b830ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b830ce Color CSS Codes

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

#b830ce Text Font Color

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

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


#b830ce Background Color

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

This div background color is #b830ce


#b830ce Border Color

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

This div border color is #b830ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,48,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b830ce


Comments

No comments written yet.

Please login to write comment.