Color Hex Logo

#b033ce Color Hex

#B033CE
(176,51,206)
0 Favorites   0 Comments

Color spaces of #b033ce

RGB 17651206
HSL0.800.610.50
HSV288°75°81°
CMYK 0.150.750.00   0.19
XYZ30.228916.054059.8980
Yxy16.05400.28470.1512
Hunter Lab40.067464.5514-60.5872
CIE-Lab47.045369.5493-55.1768

#b033ce color RGB value is (176,51,206).

#b033ce hex color red value is 176, green value is 51 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b033ce hue: 0.80 , saturation: 0.61 and the lightness value of b033ce is 0.50.

The process color (four color CMYK) of #b033ce color hex is 0.15, 0.75, 0.00, 0.19. Web safe color of #b033ce is #9933cc. Color #b033ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110011 11001110
Octal 260 63 316
Decimal 176 51 206
Hex B0 33 CE

RGB Percentages of Color #b033ce

%40.65
%11.78
%47.58

CMYK Percentages of Color #b033ce

%15
%75
%0
%19

Triadic Colors of #b033ce

#b033ce #ceb033 #33ceb0

Analogous Colors of #b033ce

#b033ce #ce339f #6333ce

Monochromatic Colors of #b033ce

#b033ce

Complementary Color

#b033ce #51ce33

#b033ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b033ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b033ce Color CSS Codes

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

#b033ce Text Font Color

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

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


#b033ce Background Color

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

This div background color is #b033ce


#b033ce Border Color

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

This div border color is #b033ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b033ce


Comments

No comments written yet.

Please login to write comment.