Color Hex Logo

#b433dc Color Hex

#B433DC
(180,51,220)
0 Favorites   0 Comments

Color spaces of #b433dc

RGB 18051220
HSL0.790.710.53
HSV286°77°86°
CMYK 0.180.770.00   0.14
XYZ32.924517.238369.3021
Yxy17.23830.27560.1443
Hunter Lab41.519068.8918-69.9014
CIE-Lab48.558972.8823-60.7300

#b433dc color RGB value is (180,51,220).

#b433dc hex color red value is 180, green value is 51 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b433dc hue: 0.79 , saturation: 0.71 and the lightness value of b433dc is 0.53.

The process color (four color CMYK) of #b433dc color hex is 0.18, 0.77, 0.00, 0.14. Web safe color of #b433dc is #cc33cc. Color #b433dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110011 11011100
Octal 264 63 334
Decimal 180 51 220
Hex B4 33 DC

RGB Percentages of Color #b433dc

%39.91
%11.31
%48.78

CMYK Percentages of Color #b433dc

%18
%77
%0
%14

Triadic Colors of #b433dc

#b433dc #dcb433 #33dcb4

Analogous Colors of #b433dc

#b433dc #dc33b0 #5f33dc

Monochromatic Colors of #b433dc

#b433dc

Complementary Color

#b433dc #5bdc33

#b433dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b433dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b433dc Color CSS Codes

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

#b433dc Text Font Color

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

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


#b433dc Background Color

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

This div background color is #b433dc


#b433dc Border Color

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

This div border color is #b433dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b433dc


Comments

No comments written yet.

Please login to write comment.