Color Hex Logo

#b670df Color Hex

#B670DF
(182,112,223)
0 Favorites   0 Comments

Color spaces of #b670df

RGB 182112223
HSL0.770.630.66
HSV278°50°87°
CMYK 0.180.500.00   0.13
XYZ38.404926.861172.9726
Yxy26.86110.27780.1943
Hunter Lab51.827741.5720-47.2000
CIE-Lab58.845547.0360-45.9796

#b670df color RGB value is (182,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110000 11011111
Octal 266 160 337
Decimal 182 112 223
Hex B6 70 DF

RGB Percentages of Color #b670df

%35.20
%21.66
%43.13

CMYK Percentages of Color #b670df

%18
%50
%0
%13

Triadic Colors of #b670df

#b670df #dfb670 #70dfb6

Analogous Colors of #b670df

#b670df #df70d1 #7f70df

Monochromatic Colors of #b670df

#b670df

Complementary Color

#b670df #99df70

#b670df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b670df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b670df Color CSS Codes

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

#b670df Text Font Color

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

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


#b670df Background Color

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

This div background color is #b670df


#b670df Border Color

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

This div border color is #b670df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b670df


Comments

No comments written yet.

Please login to write comment.