Color Hex Logo

#b63ede Color Hex

#B63EDE
(182,62,222)
0 Favorites   0 Comments

Color spaces of #b63ede

RGB 18262222
HSL0.790.710.56
HSV285°72°87°
CMYK 0.180.720.00   0.13
XYZ34.198818.664370.9073
Yxy18.66430.27630.1508
Hunter Lab43.202265.6965-67.0705
CIE-Lab50.292169.8846-59.0598

#b63ede color RGB value is (182,62,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111110 11011110
Octal 266 76 336
Decimal 182 62 222
Hex B6 3E DE

RGB Percentages of Color #b63ede

%39.06
%13.30
%47.64

CMYK Percentages of Color #b63ede

%18
%72
%0
%13

Triadic Colors of #b63ede

#b63ede #deb63e #3edeb6

Analogous Colors of #b63ede

#b63ede #de3eb6 #663ede

Monochromatic Colors of #b63ede

#b63ede

Complementary Color

#b63ede #66de3e

#b63ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63ede Color CSS Codes

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

#b63ede Text Font Color

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

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


#b63ede Background Color

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

This div background color is #b63ede


#b63ede Border Color

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

This div border color is #b63ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63ede


Comments

No comments written yet.

Please login to write comment.