Color Hex Logo

#b467de Color Hex

#B467DE
(180,103,222)
0 Favorites   0 Comments

Color spaces of #b467de

RGB 180103222
HSL0.770.640.64
HSV279°54°87°
CMYK 0.190.540.00   0.13
XYZ36.857524.677771.9279
Yxy24.67770.27620.1849
Hunter Lab49.676745.5036-51.0736
CIE-Lab56.760050.9925-48.7360

#b467de color RGB value is (180,103,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 11011110
Octal 264 147 336
Decimal 180 103 222
Hex B4 67 DE

RGB Percentages of Color #b467de

%35.64
%20.40
%43.96

CMYK Percentages of Color #b467de

%19
%54
%0
%13

Triadic Colors of #b467de

#b467de #deb467 #67deb4

Analogous Colors of #b467de

#b467de #de67cd #7967de

Monochromatic Colors of #b467de

#b467de

Complementary Color

#b467de #91de67

#b467de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b467de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b467de Color CSS Codes

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

#b467de Text Font Color

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

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


#b467de Background Color

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

This div background color is #b467de


#b467de Border Color

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

This div border color is #b467de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b467de


Comments

No comments written yet.

Please login to write comment.