Color Hex Logo

#b053ce Color Hex

#B053CE
(176,83,206)
0 Favorites   0 Comments

Color spaces of #b053ce

RGB 17683206
HSL0.790.560.57
HSV285°60°81°
CMYK 0.150.600.00   0.19
XYZ32.138319.872960.5345
Yxy19.87290.28560.1766
Hunter Lab44.579050.6725-49.3054
CIE-Lab51.693256.5548-47.7415

#b053ce color RGB value is (176,83,206).

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

The process color (four color CMYK) of #b053ce color hex is 0.15, 0.60, 0.00, 0.19. Web safe color of #b053ce is #9966cc. Color #b053ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010011 11001110
Octal 260 123 316
Decimal 176 83 206
Hex B0 53 CE

RGB Percentages of Color #b053ce

%37.85
%17.85
%44.30

CMYK Percentages of Color #b053ce

%15
%60
%0
%19

Triadic Colors of #b053ce

#b053ce #ceb053 #53ceb0

Analogous Colors of #b053ce

#b053ce #ce53af #7353ce

Monochromatic Colors of #b053ce

#b053ce

Complementary Color

#b053ce #71ce53

#b053ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b053ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b053ce Color CSS Codes

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

#b053ce Text Font Color

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

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


#b053ce Background Color

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

This div background color is #b053ce


#b053ce Border Color

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

This div border color is #b053ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b053ce


Comments

No comments written yet.

Please login to write comment.