Color Hex Logo

#b035ca Color Hex

#B035CA
(176,53,202)
0 Favorites   0 Comments

Color spaces of #b035ca

RGB 17653202
HSL0.800.580.50
HSV290°74°79°
CMYK 0.130.740.00   0.21
XYZ29.838316.040657.4006
Yxy16.04060.28890.1553
Hunter Lab40.050762.8960-56.9388
CIE-Lab47.027768.1485-52.8971

#b035ca color RGB value is (176,53,202).

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

The process color (four color CMYK) of #b035ca color hex is 0.13, 0.74, 0.00, 0.21. Web safe color of #b035ca is #9933cc. Color #b035ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 11001010
Octal 260 65 312
Decimal 176 53 202
Hex B0 35 CA

RGB Percentages of Color #b035ca

%40.84
%12.30
%46.87

CMYK Percentages of Color #b035ca

%13
%74
%0
%21

Triadic Colors of #b035ca

#b035ca #cab035 #35cab0

Analogous Colors of #b035ca

#b035ca #ca359a #6635ca

Monochromatic Colors of #b035ca

#b035ca

Complementary Color

#b035ca #4fca35

#b035ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035ca Color CSS Codes

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

#b035ca Text Font Color

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

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


#b035ca Background Color

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

This div background color is #b035ca


#b035ca Border Color

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

This div border color is #b035ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035ca


Comments

No comments written yet.

Please login to write comment.