Color Hex Logo

#b770dc Color Hex

#B770DC
(183,112,220)
0 Favorites   0 Comments

Color spaces of #b770dc

RGB 183112220
HSL0.780.610.65
HSV279°49°86°
CMYK 0.170.490.00   0.14
XYZ38.240926.822970.8720
Yxy26.82290.28130.1973
Hunter Lab51.790841.1655-44.8805
CIE-Lab58.810046.6621-44.3450

#b770dc color RGB value is (183,112,220).

#b770dc hex color red value is 183, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b770dc hue: 0.78 , saturation: 0.61 and the lightness value of b770dc is 0.65.

The process color (four color CMYK) of #b770dc color hex is 0.17, 0.49, 0.00, 0.14. Web safe color of #b770dc is #cc66cc. Color #b770dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110000 11011100
Octal 267 160 334
Decimal 183 112 220
Hex B7 70 DC

RGB Percentages of Color #b770dc

%35.53
%21.75
%42.72

CMYK Percentages of Color #b770dc

%17
%49
%0
%14

Triadic Colors of #b770dc

#b770dc #dcb770 #70dcb7

Analogous Colors of #b770dc

#b770dc #dc70cb #8170dc

Monochromatic Colors of #b770dc

#b770dc

Complementary Color

#b770dc #95dc70

#b770dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b770dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b770dc Color CSS Codes

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

#b770dc Text Font Color

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

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


#b770dc Background Color

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

This div background color is #b770dc


#b770dc Border Color

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

This div border color is #b770dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b770dc


Comments

No comments written yet.

Please login to write comment.