Color Hex Logo

#b459ca Color Hex

#B459CA
(180,89,202)
0 Favorites   0 Comments

Color spaces of #b459ca

RGB 18089202
HSL0.800.520.57
HSV288°56°79°
CMYK 0.110.560.00   0.21
XYZ33.055421.112358.2100
Yxy21.11230.29410.1879
Hunter Lab45.948148.0049-42.9487
CIE-Lab53.072253.8933-43.2315

#b459ca color RGB value is (180,89,202).

#b459ca hex color red value is 180, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b459ca hue: 0.80 , saturation: 0.52 and the lightness value of b459ca is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011001 11001010
Octal 264 131 312
Decimal 180 89 202
Hex B4 59 CA

RGB Percentages of Color #b459ca

%38.22
%18.90
%42.89

CMYK Percentages of Color #b459ca

%11
%56
%0
%21

Triadic Colors of #b459ca

#b459ca #cab459 #59cab4

Analogous Colors of #b459ca

#b459ca #ca59a8 #7c59ca

Monochromatic Colors of #b459ca

#b459ca

Complementary Color

#b459ca #6fca59

#b459ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b459ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b459ca Color CSS Codes

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

#b459ca Text Font Color

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

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


#b459ca Background Color

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

This div background color is #b459ca


#b459ca Border Color

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

This div border color is #b459ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b459ca


Comments

No comments written yet.

Please login to write comment.