Color Hex Logo

#b551cf Color Hex

#B551CF
(181,81,207)
0 Favorites   0 Comments

Color spaces of #b551cf

RGB 18181207
HSL0.800.570.56
HSV288°61°81°
CMYK 0.130.610.00   0.19
XYZ33.261020.213661.1801
Yxy20.21360.29010.1763
Hunter Lab44.959553.3748-49.2091
CIE-Lab52.077958.9067-47.6609

#b551cf color RGB value is (181,81,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 11001111
Octal 265 121 317
Decimal 181 81 207
Hex B5 51 CF

RGB Percentages of Color #b551cf

%38.59
%17.27
%44.14

CMYK Percentages of Color #b551cf

%13
%61
%0
%19

Triadic Colors of #b551cf

#b551cf #cfb551 #51cfb5

Analogous Colors of #b551cf

#b551cf #cf51aa #7651cf

Monochromatic Colors of #b551cf

#b551cf

Complementary Color

#b551cf #6bcf51

#b551cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b551cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b551cf Color CSS Codes

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

#b551cf Text Font Color

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

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


#b551cf Background Color

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

This div background color is #b551cf


#b551cf Border Color

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

This div border color is #b551cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,81,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b551cf


Comments

No comments written yet.

Please login to write comment.