Color Hex Logo

#b474ca Color Hex

#B474CA
(180,116,202)
0 Favorites   0 Comments

Color spaces of #b474ca

RGB 180116202
HSL0.790.450.62
HSV285°43°79°
CMYK 0.110.430.00   0.21
XYZ35.728526.458359.1010
Yxy26.45830.29460.2181
Hunter Lab51.437633.9700-32.1169
CIE-Lab58.469539.8624-34.7497

#b474ca color RGB value is (180,116,202).

#b474ca hex color red value is 180, green value is 116 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b474ca hue: 0.79 , saturation: 0.45 and the lightness value of b474ca is 0.62.

The process color (four color CMYK) of #b474ca color hex is 0.11, 0.43, 0.00, 0.21. Web safe color of #b474ca is #cc66cc. Color #b474ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110100 11001010
Octal 264 164 312
Decimal 180 116 202
Hex B4 74 CA

RGB Percentages of Color #b474ca

%36.14
%23.29
%40.56

CMYK Percentages of Color #b474ca

%11
%43
%0
%21

Triadic Colors of #b474ca

#b474ca #cab474 #74cab4

Analogous Colors of #b474ca

#b474ca #ca74b5 #8974ca

Monochromatic Colors of #b474ca

#b474ca

Complementary Color

#b474ca #8aca74

#b474ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b474ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b474ca Color CSS Codes

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

#b474ca Text Font Color

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

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


#b474ca Background Color

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

This div background color is #b474ca


#b474ca Border Color

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

This div border color is #b474ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,116,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b474ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b474ca;
  -webkit-box-shadow: 1px 1px 3px 2px #b474ca;
  box-shadow:         1px 1px 3px 2px #b474ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,116,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b474ca


Comments

No comments written yet.

Please login to write comment.