Color Hex Logo

#b770df Color Hex

#B770DF
(183,112,223)
0 Favorites   0 Comments

Color spaces of #b770df

RGB 183112223
HSL0.770.630.66
HSV278°50°87°
CMYK 0.180.500.00   0.13
XYZ38.641926.983372.9837
Yxy26.98330.27880.1947
Hunter Lab51.945541.8805-46.9410
CIE-Lab58.958947.3063-45.7930

#b770df color RGB value is (183,112,223).

#b770df hex color red value is 183, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b770df hue: 0.77 , saturation: 0.63 and the lightness value of b770df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110000 11011111
Octal 267 160 337
Decimal 183 112 223
Hex B7 70 DF

RGB Percentages of Color #b770df

%35.33
%21.62
%43.05

CMYK Percentages of Color #b770df

%18
%50
%0
%13

Triadic Colors of #b770df

#b770df #dfb770 #70dfb7

Analogous Colors of #b770df

#b770df #df70d0 #8070df

Monochromatic Colors of #b770df

#b770df

Complementary Color

#b770df #98df70

#b770df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b770df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b770df Color CSS Codes

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

#b770df Text Font Color

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

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


#b770df Background Color

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

This div background color is #b770df


#b770df Border Color

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

This div border color is #b770df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b770df


Comments

No comments written yet.

Please login to write comment.