Color Hex Logo

#b485ca Color Hex

#B485CA
(180,133,202)
0 Favorites   0 Comments

Color spaces of #b485ca

RGB 180133202
HSL0.780.390.66
HSV281°34°79°
CMYK 0.110.340.00   0.21
XYZ37.870630.742659.8150
Yxy30.74260.29490.2394
Hunter Lab55.446024.8881-25.1497
CIE-Lab62.289730.4681-28.8175

#b485ca color RGB value is (180,133,202).

#b485ca hex color red value is 180, green value is 133 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b485ca hue: 0.78 , saturation: 0.39 and the lightness value of b485ca is 0.66.

The process color (four color CMYK) of #b485ca color hex is 0.11, 0.34, 0.00, 0.21. Web safe color of #b485ca is #cc99cc. Color #b485ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 11001010
Octal 264 205 312
Decimal 180 133 202
Hex B4 85 CA

RGB Percentages of Color #b485ca

%34.95
%25.83
%39.22

CMYK Percentages of Color #b485ca

%11
%34
%0
%21

Triadic Colors of #b485ca

#b485ca #cab485 #85cab4

Analogous Colors of #b485ca

#b485ca #ca85be #9285ca

Monochromatic Colors of #b485ca

#b485ca

Complementary Color

#b485ca #9bca85

#b485ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485ca Color CSS Codes

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

#b485ca Text Font Color

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

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


#b485ca Background Color

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

This div background color is #b485ca


#b485ca Border Color

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

This div border color is #b485ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,133,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 #b485ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485ca


Comments

No comments written yet.

Please login to write comment.