Color Hex Logo

#b669df Color Hex

#B669DF
(182,105,223)
0 Favorites   0 Comments

Color spaces of #b669df

RGB 182105223
HSL0.780.650.64
HSV279°53°87°
CMYK 0.180.530.00   0.13
XYZ37.662325.375972.7251
Yxy25.37590.27740.1869
Hunter Lab50.374545.2995-50.3342
CIE-Lab57.439950.6969-48.2050

#b669df color RGB value is (182,105,223).

#b669df hex color red value is 182, green value is 105 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b669df hue: 0.78 , saturation: 0.65 and the lightness value of b669df is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 11011111
Octal 266 151 337
Decimal 182 105 223
Hex B6 69 DF

RGB Percentages of Color #b669df

%35.69
%20.59
%43.73

CMYK Percentages of Color #b669df

%18
%53
%0
%13

Triadic Colors of #b669df

#b669df #dfb669 #69dfb6

Analogous Colors of #b669df

#b669df #df69cd #7b69df

Monochromatic Colors of #b669df

#b669df

Complementary Color

#b669df #92df69

#b669df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b669df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b669df Color CSS Codes

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

#b669df Text Font Color

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

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


#b669df Background Color

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

This div background color is #b669df


#b669df Border Color

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

This div border color is #b669df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b669df


Comments

No comments written yet.

Please login to write comment.