Color Hex Logo

#b433ed Color Hex

#B433ED
(180,51,237)
0 Favorites   0 Comments

Color spaces of #b433ed

RGB 18051237
HSL0.780.840.56
HSV282°78°93°
CMYK 0.240.780.00   0.07
XYZ35.292318.185481.7708
Yxy18.18540.26090.1345
Hunter Lab42.644373.0983-83.8379
CIE-Lab49.720276.1004-68.4818

#b433ed color RGB value is (180,51,237).

#b433ed hex color red value is 180, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b433ed hue: 0.78 , saturation: 0.84 and the lightness value of b433ed is 0.56.

The process color (four color CMYK) of #b433ed color hex is 0.24, 0.78, 0.00, 0.07. Web safe color of #b433ed is #cc33ff. Color #b433ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110011 11101101
Octal 264 63 355
Decimal 180 51 237
Hex B4 33 ED

RGB Percentages of Color #b433ed

%38.46
%10.90
%50.64

CMYK Percentages of Color #b433ed

%24
%78
%0
%7

Triadic Colors of #b433ed

#b433ed #edb433 #33edb4

Analogous Colors of #b433ed

#b433ed #ed33c9 #5733ed

Monochromatic Colors of #b433ed

#b433ed

Complementary Color

#b433ed #6ced33

#b433ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b433ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b433ed Color CSS Codes

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

#b433ed Text Font Color

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

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


#b433ed Background Color

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

This div background color is #b433ed


#b433ed Border Color

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

This div border color is #b433ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b433ed


Comments

No comments written yet.

Please login to write comment.