Color Hex Logo

#b063ca Color Hex

#B063CA
(176,99,202)
0 Favorites   0 Comments

Color spaces of #b063ca

RGB 17699202
HSL0.790.490.59
HSV285°51°79°
CMYK 0.130.510.00   0.21
XYZ33.027022.418158.4635
Yxy22.41810.28990.1968
Hunter Lab47.347841.6525-40.0660
CIE-Lab54.467847.7768-41.0604

#b063ca color RGB value is (176,99,202).

#b063ca hex color red value is 176, green value is 99 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b063ca hue: 0.79 , saturation: 0.49 and the lightness value of b063ca is 0.59.

The process color (four color CMYK) of #b063ca color hex is 0.13, 0.51, 0.00, 0.21. Web safe color of #b063ca is #9966cc. Color #b063ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100011 11001010
Octal 260 143 312
Decimal 176 99 202
Hex B0 63 CA

RGB Percentages of Color #b063ca

%36.90
%20.75
%42.35

CMYK Percentages of Color #b063ca

%13
%51
%0
%21

Triadic Colors of #b063ca

#b063ca #cab063 #63cab0

Analogous Colors of #b063ca

#b063ca #ca63b1 #7d63ca

Monochromatic Colors of #b063ca

#b063ca

Complementary Color

#b063ca #7dca63

#b063ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b063ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b063ca Color CSS Codes

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

#b063ca Text Font Color

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

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


#b063ca Background Color

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

This div background color is #b063ca


#b063ca Border Color

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

This div border color is #b063ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b063ca


Comments

No comments written yet.

Please login to write comment.