Color Hex Logo

#b570dd Color Hex

#B570DD
(181,112,221)
0 Favorites   0 Comments

Color spaces of #b570dd

RGB 181112221
HSL0.770.620.65
HSV278°49°87°
CMYK 0.180.490.00   0.13
XYZ37.901426.632671.5496
Yxy26.63260.27850.1957
Hunter Lab51.606840.7833-46.0772
CIE-Lab58.632746.3309-45.2014

#b570dd color RGB value is (181,112,221).

#b570dd hex color red value is 181, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b570dd hue: 0.77 , saturation: 0.62 and the lightness value of b570dd is 0.65.

The process color (four color CMYK) of #b570dd color hex is 0.18, 0.49, 0.00, 0.13. Web safe color of #b570dd is #cc66cc. Color #b570dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110000 11011101
Octal 265 160 335
Decimal 181 112 221
Hex B5 70 DD

RGB Percentages of Color #b570dd

%35.21
%21.79
%43.00

CMYK Percentages of Color #b570dd

%18
%49
%0
%13

Triadic Colors of #b570dd

#b570dd #ddb570 #70ddb5

Analogous Colors of #b570dd

#b570dd #dd70cf #7f70dd

Monochromatic Colors of #b570dd

#b570dd

Complementary Color

#b570dd #98dd70

#b570dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b570dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b570dd Color CSS Codes

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

#b570dd Text Font Color

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

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


#b570dd Background Color

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

This div background color is #b570dd


#b570dd Border Color

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

This div border color is #b570dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b570dd


Comments

No comments written yet.

Please login to write comment.