Color Hex Logo

#b433bf Color Hex

#B433BF
(180,51,191)
0 Favorites   0 Comments

Color spaces of #b433bf

RGB 18051191
HSL0.820.580.47
HSV295°73°75°
CMYK 0.060.730.00   0.25
XYZ29.410215.832550.7961
Yxy15.83250.30620.1649
Hunter Lab39.790162.3028-47.8367
CIE-Lab46.754067.6955-46.9184

#b433bf color RGB value is (180,51,191).

#b433bf hex color red value is 180, green value is 51 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b433bf hue: 0.82 , saturation: 0.58 and the lightness value of b433bf is 0.47.

The process color (four color CMYK) of #b433bf color hex is 0.06, 0.73, 0.00, 0.25. Web safe color of #b433bf is #cc33cc. Color #b433bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110011 10111111
Octal 264 63 277
Decimal 180 51 191
Hex B4 33 BF

RGB Percentages of Color #b433bf

%42.65
%12.09
%45.26

CMYK Percentages of Color #b433bf

%6
%73
%0
%25

Triadic Colors of #b433bf

#b433bf #bfb433 #33bfb4

Analogous Colors of #b433bf

#b433bf #bf3384 #6e33bf

Monochromatic Colors of #b433bf

#b433bf

Complementary Color

#b433bf #3ebf33

#b433bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b433bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b433bf Color CSS Codes

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

#b433bf Text Font Color

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

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


#b433bf Background Color

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

This div background color is #b433bf


#b433bf Border Color

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

This div border color is #b433bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b433bf


Comments

No comments written yet.

Please login to write comment.