Color Hex Logo

#b468de Color Hex

#B468DE
(180,104,222)
0 Favorites   0 Comments

Color spaces of #b468de

RGB 180104222
HSL0.770.640.64
HSV279°53°87°
CMYK 0.190.530.00   0.13
XYZ36.957524.877971.9613
Yxy24.87790.27620.1859
Hunter Lab49.877844.9756-50.6264
CIE-Lab56.956350.4761-48.4246

#b468de color RGB value is (180,104,222).

#b468de hex color red value is 180, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b468de hue: 0.77 , saturation: 0.64 and the lightness value of b468de is 0.64.

The process color (four color CMYK) of #b468de color hex is 0.19, 0.53, 0.00, 0.13. Web safe color of #b468de is #cc66cc. Color #b468de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 11011110
Octal 264 150 336
Decimal 180 104 222
Hex B4 68 DE

RGB Percentages of Color #b468de

%35.57
%20.55
%43.87

CMYK Percentages of Color #b468de

%19
%53
%0
%13

Triadic Colors of #b468de

#b468de #deb468 #68deb4

Analogous Colors of #b468de

#b468de #de68cd #7968de

Monochromatic Colors of #b468de

#b468de

Complementary Color

#b468de #92de68

#b468de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b468de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b468de Color CSS Codes

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

#b468de Text Font Color

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

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


#b468de Background Color

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

This div background color is #b468de


#b468de Border Color

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

This div border color is #b468de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b468de


Comments

No comments written yet.

Please login to write comment.