Color Hex Logo

#b7afeb Color Hex

#B7AFEB
(183,175,235)
0 Favorites   0 Comments

Color spaces of #b7afeb

RGB 183175235
HSL0.690.600.80
HSV248°26°92°
CMYK 0.220.260.00   0.08
XYZ49.853846.725484.9886
Yxy46.72540.27460.2573
Hunter Lab68.356010.5617-25.8675
CIE-Lab74.013815.2431-28.9504

#b7afeb color RGB value is (183,175,235).

#b7afeb hex color red value is 183, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b7afeb hue: 0.69 , saturation: 0.60 and the lightness value of b7afeb is 0.80.

The process color (four color CMYK) of #b7afeb color hex is 0.22, 0.26, 0.00, 0.08. Web safe color of #b7afeb is #cc99ff. Color #b7afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101111 11101011
Octal 267 257 353
Decimal 183 175 235
Hex B7 AF EB

RGB Percentages of Color #b7afeb

%30.86
%29.51
%39.63

CMYK Percentages of Color #b7afeb

%22
%26
%0
%8

Triadic Colors of #b7afeb

#b7afeb #ebb7af #afebb7

Analogous Colors of #b7afeb

#b7afeb #d5afeb #afc5eb

Monochromatic Colors of #b7afeb

#b7afeb

Complementary Color

#b7afeb #e3ebaf

#b7afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7afeb Color CSS Codes

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

#b7afeb Text Font Color

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

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


#b7afeb Background Color

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

This div background color is #b7afeb


#b7afeb Border Color

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

This div border color is #b7afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7afeb


Comments

No comments written yet.

Please login to write comment.