Color Hex Logo

#b467dc Color Hex

#B467DC
(180,103,220)
0 Favorites   0 Comments

Color spaces of #b467dc

RGB 180103220
HSL0.780.630.63
HSV279°53°86°
CMYK 0.180.530.00   0.14
XYZ36.590924.571170.5243
Yxy24.57110.27790.1866
Hunter Lab49.569245.0185-49.6560
CIE-Lab56.655150.5634-47.7764

#b467dc color RGB value is (180,103,220).

#b467dc hex color red value is 180, green value is 103 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b467dc hue: 0.78 , saturation: 0.63 and the lightness value of b467dc is 0.63.

The process color (four color CMYK) of #b467dc color hex is 0.18, 0.53, 0.00, 0.14. Web safe color of #b467dc is #cc66cc. Color #b467dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 11011100
Octal 264 147 334
Decimal 180 103 220
Hex B4 67 DC

RGB Percentages of Color #b467dc

%35.79
%20.48
%43.74

CMYK Percentages of Color #b467dc

%18
%53
%0
%14

Triadic Colors of #b467dc

#b467dc #dcb467 #67dcb4

Analogous Colors of #b467dc

#b467dc #dc67ca #7a67dc

Monochromatic Colors of #b467dc

#b467dc

Complementary Color

#b467dc #8fdc67

#b467dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b467dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b467dc Color CSS Codes

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

#b467dc Text Font Color

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

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


#b467dc Background Color

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

This div background color is #b467dc


#b467dc Border Color

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

This div border color is #b467dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b467dc


Comments

No comments written yet.

Please login to write comment.