Color Hex Logo

#b667fd Color Hex

#B667FD
(182,103,253)
0 Favorites   0 Comments

Color spaces of #b667fd

RGB 182103253
HSL0.750.970.70
HSV272°59°99°
CMYK 0.280.590.00   0.01
XYZ41.871326.737495.8825
Yxy26.73740.25460.1625
Hunter Lab51.708254.0530-73.7456
CIE-Lab58.730558.3345-62.8548

#b667fd color RGB value is (182,103,253).

#b667fd hex color red value is 182, green value is 103 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b667fd hue: 0.75 , saturation: 0.97 and the lightness value of b667fd is 0.70.

The process color (four color CMYK) of #b667fd color hex is 0.28, 0.59, 0.00, 0.01. Web safe color of #b667fd is #cc66ff. Color #b667fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100111 11111101
Octal 266 147 375
Decimal 182 103 253
Hex B6 67 FD

RGB Percentages of Color #b667fd

%33.83
%19.14
%47.03

CMYK Percentages of Color #b667fd

%28
%59
%0
%1

Triadic Colors of #b667fd

#b667fd #fdb667 #67fdb6

Analogous Colors of #b667fd

#b667fd #fd67f9 #6b67fd

Monochromatic Colors of #b667fd

#b667fd

Complementary Color

#b667fd #aefd67

#b667fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b667fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b667fd Color CSS Codes

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

#b667fd Text Font Color

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

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


#b667fd Background Color

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

This div background color is #b667fd


#b667fd Border Color

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

This div border color is #b667fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b667fd


Comments

No comments written yet.

Please login to write comment.