Color Hex Logo

#b767fd Color Hex

#B767FD
(183,103,253)
0 Favorites   0 Comments

Color spaces of #b767fd

RGB 183103253
HSL0.760.970.70
HSV272°59°99°
CMYK 0.280.590.00   0.01
XYZ42.108326.859695.8936
Yxy26.85960.25540.1629
Hunter Lab51.826254.3335-73.4253
CIE-Lab58.844158.5610-62.6662

#b767fd color RGB value is (183,103,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100111 11111101
Octal 267 147 375
Decimal 183 103 253
Hex B7 67 FD

RGB Percentages of Color #b767fd

%33.95
%19.11
%46.94

CMYK Percentages of Color #b767fd

%28
%59
%0
%1

Triadic Colors of #b767fd

#b767fd #fdb767 #67fdb7

Analogous Colors of #b767fd

#b767fd #fd67f8 #6c67fd

Monochromatic Colors of #b767fd

#b767fd

Complementary Color

#b767fd #adfd67

#b767fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b767fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b767fd Color CSS Codes

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

#b767fd Text Font Color

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

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


#b767fd Background Color

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

This div background color is #b767fd


#b767fd Border Color

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

This div border color is #b767fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b767fd


Comments

No comments written yet.

Please login to write comment.