Color Hex Logo

#b550ce Color Hex

#B550CE
(181,80,206)
0 Favorites   0 Comments

Color spaces of #b550ce

RGB 18180206
HSL0.800.560.56
HSV288°61°81°
CMYK 0.120.610.00   0.19
XYZ33.065320.017360.5135
Yxy20.01730.29110.1762
Hunter Lab44.740753.6230-48.8735
CIE-Lab51.856859.1672-47.4405

#b550ce color RGB value is (181,80,206).

#b550ce hex color red value is 181, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b550ce hue: 0.80 , saturation: 0.56 and the lightness value of b550ce is 0.56.

The process color (four color CMYK) of #b550ce color hex is 0.12, 0.61, 0.00, 0.19. Web safe color of #b550ce is #cc66cc. Color #b550ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 11001110
Octal 265 120 316
Decimal 181 80 206
Hex B5 50 CE

RGB Percentages of Color #b550ce

%38.76
%17.13
%44.11

CMYK Percentages of Color #b550ce

%12
%61
%0
%19

Triadic Colors of #b550ce

#b550ce #ceb550 #50ceb5

Analogous Colors of #b550ce

#b550ce #ce50a8 #7650ce

Monochromatic Colors of #b550ce

#b550ce

Complementary Color

#b550ce #69ce50

#b550ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b550ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b550ce Color CSS Codes

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

#b550ce Text Font Color

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

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


#b550ce Background Color

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

This div background color is #b550ce


#b550ce Border Color

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

This div border color is #b550ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b550ce


Comments

No comments written yet.

Please login to write comment.