Color Hex Logo

#b055cd Color Hex

#B055CD
(176,85,205)
0 Favorites   0 Comments

Color spaces of #b055cd

RGB 17685205
HSL0.790.550.57
HSV286°59°80°
CMYK 0.140.590.00   0.20
XYZ32.172420.134959.9484
Yxy20.13490.28660.1794
Hunter Lab44.871949.4555-47.8004
CIE-Lab51.989455.4013-46.6984

#b055cd color RGB value is (176,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 11001101
Octal 260 125 315
Decimal 176 85 205
Hex B0 55 CD

RGB Percentages of Color #b055cd

%37.77
%18.24
%43.99

CMYK Percentages of Color #b055cd

%14
%59
%0
%20

Triadic Colors of #b055cd

#b055cd #cdb055 #55cdb0

Analogous Colors of #b055cd

#b055cd #cd55ae #7455cd

Monochromatic Colors of #b055cd

#b055cd

Complementary Color

#b055cd #72cd55

#b055cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b055cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b055cd Color CSS Codes

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

#b055cd Text Font Color

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

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


#b055cd Background Color

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

This div background color is #b055cd


#b055cd Border Color

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

This div border color is #b055cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b055cd


Comments

No comments written yet.

Please login to write comment.