Color Hex Logo

#b053cd Color Hex

#B053CD
(176,83,205)
0 Favorites   0 Comments

Color spaces of #b053cd

RGB 17683205
HSL0.790.550.56
HSV286°60°80°
CMYK 0.140.600.00   0.20
XYZ32.017219.824459.8966
Yxy19.82440.28650.1774
Hunter Lab44.524650.4395-48.5925
CIE-Lab51.638156.3543-47.2568

#b053cd color RGB value is (176,83,205).

#b053cd hex color red value is 176, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b053cd hue: 0.79 , saturation: 0.55 and the lightness value of b053cd is 0.56.

The process color (four color CMYK) of #b053cd color hex is 0.14, 0.60, 0.00, 0.20. Web safe color of #b053cd is #9966cc. Color #b053cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010011 11001101
Octal 260 123 315
Decimal 176 83 205
Hex B0 53 CD

RGB Percentages of Color #b053cd

%37.93
%17.89
%44.18

CMYK Percentages of Color #b053cd

%14
%60
%0
%20

Triadic Colors of #b053cd

#b053cd #cdb053 #53cdb0

Analogous Colors of #b053cd

#b053cd #cd53ad #7353cd

Monochromatic Colors of #b053cd

#b053cd

Complementary Color

#b053cd #70cd53

#b053cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b053cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b053cd Color CSS Codes

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

#b053cd Text Font Color

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

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


#b053cd Background Color

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

This div background color is #b053cd


#b053cd Border Color

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

This div border color is #b053cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b053cd


Comments

No comments written yet.

Please login to write comment.