Color Hex Logo

#b7afea Color Hex

#B7AFEA
(183,175,234)
0 Favorites   0 Comments

Color spaces of #b7afea

RGB 183175234
HSL0.690.580.80
HSV248°25°92°
CMYK 0.220.250.00   0.08
XYZ49.709746.667784.2297
Yxy46.66770.27520.2584
Hunter Lab68.313810.3396-25.2839
CIE-Lab73.976715.0140-28.4645

#b7afea color RGB value is (183,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101111 11101010
Octal 267 257 352
Decimal 183 175 234
Hex B7 AF EA

RGB Percentages of Color #b7afea

%30.91
%29.56
%39.53

CMYK Percentages of Color #b7afea

%22
%25
%0
%8

Triadic Colors of #b7afea

#b7afea #eab7af #afeab7

Analogous Colors of #b7afea

#b7afea #d5afea #afc5ea

Monochromatic Colors of #b7afea

#b7afea

Complementary Color

#b7afea #e2eaaf

#b7afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7afea Color CSS Codes

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

#b7afea Text Font Color

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

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


#b7afea Background Color

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

This div background color is #b7afea


#b7afea Border Color

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

This div border color is #b7afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7afea


Comments

No comments written yet.

Please login to write comment.