Color Hex Logo

#b63ade Color Hex

#B63ADE
(182,58,222)
0 Favorites   0 Comments

Color spaces of #b63ade

RGB 18258222
HSL0.790.710.55
HSV285°74°87°
CMYK 0.180.740.00   0.13
XYZ33.989318.245170.8375
Yxy18.24510.27620.1482
Hunter Lab42.714367.2889-68.4267
CIE-Lab49.792071.3124-59.8651

#b63ade color RGB value is (182,58,222).

#b63ade hex color red value is 182, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b63ade hue: 0.79 , saturation: 0.71 and the lightness value of b63ade is 0.55.

The process color (four color CMYK) of #b63ade color hex is 0.18, 0.74, 0.00, 0.13. Web safe color of #b63ade is #cc33cc. Color #b63ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111010 11011110
Octal 266 72 336
Decimal 182 58 222
Hex B6 3A DE

RGB Percentages of Color #b63ade

%39.39
%12.55
%48.05

CMYK Percentages of Color #b63ade

%18
%74
%0
%13

Triadic Colors of #b63ade

#b63ade #deb63a #3adeb6

Analogous Colors of #b63ade

#b63ade #de3ab4 #643ade

Monochromatic Colors of #b63ade

#b63ade

Complementary Color

#b63ade #62de3a

#b63ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63ade Color CSS Codes

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

#b63ade Text Font Color

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

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


#b63ade Background Color

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

This div background color is #b63ade


#b63ade Border Color

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

This div border color is #b63ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,58,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 #b63ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63ade


Comments

No comments written yet.

Please login to write comment.