Color Hex Logo

#b360ca Color Hex

#B360CA
(179,96,202)
0 Favorites   0 Comments

Color spaces of #b360ca

RGB 17996202
HSL0.800.500.58
HSV287°52°79°
CMYK 0.110.520.00   0.21
XYZ33.433922.213758.4026
Yxy22.21370.29320.1948
Hunter Lab47.131444.1437-40.4769
CIE-Lab54.253050.1405-41.3744

#b360ca color RGB value is (179,96,202).

#b360ca hex color red value is 179, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b360ca hue: 0.80 , saturation: 0.50 and the lightness value of b360ca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 11001010
Octal 263 140 312
Decimal 179 96 202
Hex B3 60 CA

RGB Percentages of Color #b360ca

%37.53
%20.13
%42.35

CMYK Percentages of Color #b360ca

%11
%52
%0
%21

Triadic Colors of #b360ca

#b360ca #cab360 #60cab3

Analogous Colors of #b360ca

#b360ca #ca60ac #7e60ca

Monochromatic Colors of #b360ca

#b360ca

Complementary Color

#b360ca #77ca60

#b360ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b360ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b360ca Color CSS Codes

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

#b360ca Text Font Color

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

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


#b360ca Background Color

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

This div background color is #b360ca


#b360ca Border Color

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

This div border color is #b360ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b360ca


Comments

No comments written yet.

Please login to write comment.