Color Hex Logo

#b035d5 Color Hex

#B035D5
(176,53,213)
0 Favorites   0 Comments

Color spaces of #b035d5

RGB 17653213
HSL0.790.660.52
HSV286°75°84°
CMYK 0.170.750.00   0.16
XYZ31.187816.580464.5073
Yxy16.58040.27780.1477
Hunter Lab40.719065.4596-65.4242
CIE-Lab47.726970.1823-58.1016

#b035d5 color RGB value is (176,53,213).

#b035d5 hex color red value is 176, green value is 53 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b035d5 hue: 0.79 , saturation: 0.66 and the lightness value of b035d5 is 0.52.

The process color (four color CMYK) of #b035d5 color hex is 0.17, 0.75, 0.00, 0.16. Web safe color of #b035d5 is #9933cc. Color #b035d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 11010101
Octal 260 65 325
Decimal 176 53 213
Hex B0 35 D5

RGB Percentages of Color #b035d5

%39.82
%11.99
%48.19

CMYK Percentages of Color #b035d5

%17
%75
%0
%16

Triadic Colors of #b035d5

#b035d5 #d5b035 #35d5b0

Analogous Colors of #b035d5

#b035d5 #d535aa #6035d5

Monochromatic Colors of #b035d5

#b035d5

Complementary Color

#b035d5 #5ad535

#b035d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035d5 Color CSS Codes

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

#b035d5 Text Font Color

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

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


#b035d5 Background Color

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

This div background color is #b035d5


#b035d5 Border Color

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

This div border color is #b035d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035d5


Comments

No comments written yet.

Please login to write comment.