Color Hex Logo

#b833ca Color Hex

#B833CA
(184,51,202)
0 Favorites   0 Comments

Color spaces of #b833ca

RGB 18451202
HSL0.810.600.50
HSV293°75°79°
CMYK 0.090.750.00   0.21
XYZ31.611716.822357.4580
Yxy16.82230.29850.1589
Hunter Lab41.015065.8000-54.3490
CIE-Lab48.035370.4084-51.2136

#b833ca color RGB value is (184,51,202).

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

The process color (four color CMYK) of #b833ca color hex is 0.09, 0.75, 0.00, 0.21. Web safe color of #b833ca is #cc33cc. Color #b833ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110011 11001010
Octal 270 63 312
Decimal 184 51 202
Hex B8 33 CA

RGB Percentages of Color #b833ca

%42.11
%11.67
%46.22

CMYK Percentages of Color #b833ca

%9
%75
%0
%21

Triadic Colors of #b833ca

#b833ca #cab833 #33cab8

Analogous Colors of #b833ca

#b833ca #ca3391 #6d33ca

Monochromatic Colors of #b833ca

#b833ca

Complementary Color

#b833ca #45ca33

#b833ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b833ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b833ca Color CSS Codes

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

#b833ca Text Font Color

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

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


#b833ca Background Color

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

This div background color is #b833ca


#b833ca Border Color

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

This div border color is #b833ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b833ca


Comments

No comments written yet.

Please login to write comment.