Color Hex Logo

#b353dc Color Hex

#B353DC
(179,83,220)
0 Favorites   0 Comments

Color spaces of #b353dc

RGB 17983220
HSL0.780.660.59
HSV282°62°86°
CMYK 0.190.620.00   0.14
XYZ34.601920.937569.9278
Yxy20.93750.27580.1669
Hunter Lab45.757554.9063-58.5782
CIE-Lab52.881060.1174-53.7942

#b353dc color RGB value is (179,83,220).

#b353dc hex color red value is 179, green value is 83 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b353dc hue: 0.78 , saturation: 0.66 and the lightness value of b353dc is 0.59.

The process color (four color CMYK) of #b353dc color hex is 0.19, 0.62, 0.00, 0.14. Web safe color of #b353dc is #cc66cc. Color #b353dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 11011100
Octal 263 123 334
Decimal 179 83 220
Hex B3 53 DC

RGB Percentages of Color #b353dc

%37.14
%17.22
%45.64

CMYK Percentages of Color #b353dc

%19
%62
%0
%14

Triadic Colors of #b353dc

#b353dc #dcb353 #53dcb3

Analogous Colors of #b353dc

#b353dc #dc53c1 #6f53dc

Monochromatic Colors of #b353dc

#b353dc

Complementary Color

#b353dc #7cdc53

#b353dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b353dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b353dc Color CSS Codes

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

#b353dc Text Font Color

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

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


#b353dc Background Color

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

This div background color is #b353dc


#b353dc Border Color

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

This div border color is #b353dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,83,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b353dc


Comments

No comments written yet.

Please login to write comment.