Color Hex Logo

#b133cf Color Hex

#B133CF
(177,51,207)
0 Favorites   0 Comments

Color spaces of #b133cf

RGB 17751207
HSL0.800.620.51
HSV288°75°81°
CMYK 0.140.750.00   0.19
XYZ30.577816.219860.5506
Yxy16.21980.28480.1511
Hunter Lab40.273865.0465-60.9493
CIE-Lab47.261569.9251-55.3969

#b133cf color RGB value is (177,51,207).

#b133cf hex color red value is 177, green value is 51 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b133cf hue: 0.80 , saturation: 0.62 and the lightness value of b133cf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110011 11001111
Octal 261 63 317
Decimal 177 51 207
Hex B1 33 CF

RGB Percentages of Color #b133cf

%40.69
%11.72
%47.59

CMYK Percentages of Color #b133cf

%14
%75
%0
%19

Triadic Colors of #b133cf

#b133cf #cfb133 #33cfb1

Analogous Colors of #b133cf

#b133cf #cf339f #6333cf

Monochromatic Colors of #b133cf

#b133cf

Complementary Color

#b133cf #51cf33

#b133cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b133cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b133cf Color CSS Codes

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

#b133cf Text Font Color

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

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


#b133cf Background Color

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

This div background color is #b133cf


#b133cf Border Color

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

This div border color is #b133cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b133cf


Comments

No comments written yet.

Please login to write comment.