Color Hex Logo

#b424de Color Hex

#B424DE
(180,36,222)
0 Favorites   0 Comments

Color spaces of #b424de

RGB 18036222
HSL0.800.740.51
HSV286°84°87°
CMYK 0.190.840.00   0.13
XYZ32.638116.239070.5215
Yxy16.23900.27340.1360
Hunter Lab40.297674.0509-75.5501
CIE-Lab47.286577.3456-63.9269

#b424de color RGB value is (180,36,222).

#b424de hex color red value is 180, green value is 36 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b424de hue: 0.80 , saturation: 0.74 and the lightness value of b424de is 0.51.

The process color (four color CMYK) of #b424de color hex is 0.19, 0.84, 0.00, 0.13. Web safe color of #b424de is #cc33cc. Color #b424de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 11011110
Octal 264 44 336
Decimal 180 36 222
Hex B4 24 DE

RGB Percentages of Color #b424de

%41.10
%8.22
%50.68

CMYK Percentages of Color #b424de

%19
%84
%0
%13

Triadic Colors of #b424de

#b424de #deb424 #24deb4

Analogous Colors of #b424de

#b424de #de24ab #5724de

Monochromatic Colors of #b424de

#b424de

Complementary Color

#b424de #4ede24

#b424de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b424de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b424de Color CSS Codes

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

#b424de Text Font Color

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

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


#b424de Background Color

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

This div background color is #b424de


#b424de Border Color

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

This div border color is #b424de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b424de


Comments

No comments written yet.

Please login to write comment.