Color Hex Logo

#b035ec Color Hex

#B035EC
(176,53,236)
0 Favorites   0 Comments

Color spaces of #b035ec

RGB 17653236
HSL0.780.830.57
HSV280°78°93°
CMYK 0.250.780.00   0.07
XYZ34.317917.832480.9901
Yxy17.83240.25780.1339
Hunter Lab42.228471.1624-84.1527
CIE-Lab49.292274.6070-68.6394

#b035ec color RGB value is (176,53,236).

#b035ec hex color red value is 176, green value is 53 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b035ec hue: 0.78 , saturation: 0.83 and the lightness value of b035ec is 0.57.

The process color (four color CMYK) of #b035ec color hex is 0.25, 0.78, 0.00, 0.07. Web safe color of #b035ec is #9933ff. Color #b035ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 11101100
Octal 260 65 354
Decimal 176 53 236
Hex B0 35 EC

RGB Percentages of Color #b035ec

%37.85
%11.40
%50.75

CMYK Percentages of Color #b035ec

%25
%78
%0
%7

Triadic Colors of #b035ec

#b035ec #ecb035 #35ecb0

Analogous Colors of #b035ec

#b035ec #ec35cd #5535ec

Monochromatic Colors of #b035ec

#b035ec

Complementary Color

#b035ec #71ec35

#b035ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035ec Color CSS Codes

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

#b035ec Text Font Color

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

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


#b035ec Background Color

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

This div background color is #b035ec


#b035ec Border Color

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

This div border color is #b035ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,53,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b035ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035ec


Comments

No comments written yet.

Please login to write comment.