Color Hex Logo

#b2a4ec Color Hex

#B2A4EC
(178,164,236)
0 Favorites   0 Comments

Color spaces of #b2a4ec

RGB 178164236
HSL0.700.650.78
HSV252°31°93°
CMYK 0.250.310.00   0.07
XYZ46.775942.072085.0122
Yxy42.07200.26900.2420
Hunter Lab64.862915.2151-32.3040
CIE-Lab70.920520.1008-34.3006

#b2a4ec color RGB value is (178,164,236).

#b2a4ec hex color red value is 178, green value is 164 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b2a4ec hue: 0.70 , saturation: 0.65 and the lightness value of b2a4ec is 0.78.

The process color (four color CMYK) of #b2a4ec color hex is 0.25, 0.31, 0.00, 0.07. Web safe color of #b2a4ec is #9999ff. Color #b2a4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100100 11101100
Octal 262 244 354
Decimal 178 164 236
Hex B2 A4 EC

RGB Percentages of Color #b2a4ec

%30.80
%28.37
%40.83

CMYK Percentages of Color #b2a4ec

%25
%31
%0
%7

Triadic Colors of #b2a4ec

#b2a4ec #ecb2a4 #a4ecb2

Analogous Colors of #b2a4ec

#b2a4ec #d6a4ec #a4baec

Monochromatic Colors of #b2a4ec

#b2a4ec

Complementary Color

#b2a4ec #deeca4

#b2a4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a4ec Color CSS Codes

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

#b2a4ec Text Font Color

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

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


#b2a4ec Background Color

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

This div background color is #b2a4ec


#b2a4ec Border Color

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

This div border color is #b2a4ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,164,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2a4ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2a4ec;
  -webkit-box-shadow: 1px 1px 3px 2px #b2a4ec;
  box-shadow:         1px 1px 3px 2px #b2a4ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,164,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a4ec


Comments

No comments written yet.

Please login to write comment.