Color Hex Logo

#b35dca Color Hex

#B35DCA
(179,93,202)
0 Favorites   0 Comments

Color spaces of #b35dca

RGB 17993202
HSL0.800.510.58
HSV287°54°79°
CMYK 0.110.540.00   0.21
XYZ33.165421.676758.3131
Yxy21.67670.29310.1916
Hunter Lab46.558245.6762-41.6686
CIE-Lab53.682351.6531-42.2753

#b35dca color RGB value is (179,93,202).

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

The process color (four color CMYK) of #b35dca color hex is 0.11, 0.54, 0.00, 0.21. Web safe color of #b35dca is #cc66cc. Color #b35dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011101 11001010
Octal 263 135 312
Decimal 179 93 202
Hex B3 5D CA

RGB Percentages of Color #b35dca

%37.76
%19.62
%42.62

CMYK Percentages of Color #b35dca

%11
%54
%0
%21

Triadic Colors of #b35dca

#b35dca #cab35d #5dcab3

Analogous Colors of #b35dca

#b35dca #ca5dab #7d5dca

Monochromatic Colors of #b35dca

#b35dca

Complementary Color

#b35dca #74ca5d

#b35dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35dca Color CSS Codes

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

#b35dca Text Font Color

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

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


#b35dca Background Color

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

This div background color is #b35dca


#b35dca Border Color

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

This div border color is #b35dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35dca


Comments

No comments written yet.

Please login to write comment.