Color Hex Logo

#b535da Color Hex

#B535DA
(181,53,218)
0 Favorites   0 Comments

Color spaces of #b535da

RGB 18153218
HSL0.800.690.53
HSV287°76°85°
CMYK 0.170.760.00   0.15
XYZ32.984017.431967.9559
Yxy17.43190.27860.1473
Hunter Lab41.751567.9511-67.2759
CIE-Lab48.799772.0559-59.1936

#b535da color RGB value is (181,53,218).

#b535da hex color red value is 181, green value is 53 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b535da hue: 0.80 , saturation: 0.69 and the lightness value of b535da is 0.53.

The process color (four color CMYK) of #b535da color hex is 0.17, 0.76, 0.00, 0.15. Web safe color of #b535da is #cc33cc. Color #b535da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110101 11011010
Octal 265 65 332
Decimal 181 53 218
Hex B5 35 DA

RGB Percentages of Color #b535da

%40.04
%11.73
%48.23

CMYK Percentages of Color #b535da

%17
%76
%0
%15

Triadic Colors of #b535da

#b535da #dab535 #35dab5

Analogous Colors of #b535da

#b535da #da35ad #6335da

Monochromatic Colors of #b535da

#b535da

Complementary Color

#b535da #5ada35

#b535da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b535da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b535da Color CSS Codes

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

#b535da Text Font Color

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

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


#b535da Background Color

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

This div background color is #b535da


#b535da Border Color

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

This div border color is #b535da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b535da


Comments

No comments written yet.

Please login to write comment.