Color Hex Logo

#b767ef Color Hex

#B767EF
(183,103,239)
0 Favorites   0 Comments

Color spaces of #b767ef

RGB 183103239
HSL0.760.810.67
HSV275°57°94°
CMYK 0.230.570.00   0.06
XYZ39.958725.999884.5738
Yxy25.99980.26540.1727
Hunter Lab50.990050.6504-62.6475
CIE-Lab58.036955.4410-56.1967

#b767ef color RGB value is (183,103,239).

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

The process color (four color CMYK) of #b767ef color hex is 0.23, 0.57, 0.00, 0.06. Web safe color of #b767ef is #cc66ff. Color #b767ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100111 11101111
Octal 267 147 357
Decimal 183 103 239
Hex B7 67 EF

RGB Percentages of Color #b767ef

%34.86
%19.62
%45.52

CMYK Percentages of Color #b767ef

%23
%57
%0
%6

Triadic Colors of #b767ef

#b767ef #efb767 #67efb7

Analogous Colors of #b767ef

#b767ef #ef67e3 #7367ef

Monochromatic Colors of #b767ef

#b767ef

Complementary Color

#b767ef #9fef67

#b767ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b767ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b767ef Color CSS Codes

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

#b767ef Text Font Color

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

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


#b767ef Background Color

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

This div background color is #b767ef


#b767ef Border Color

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

This div border color is #b767ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b767ef


Comments

No comments written yet.

Please login to write comment.