Color Hex Logo

#b693dc Color Hex

#B693DC
(182,147,220)
0 Favorites   0 Comments

Color spaces of #b693dc

RGB 182147220
HSL0.750.510.72
HSV269°33°86°
CMYK 0.170.330.00   0.14
XYZ42.643435.979872.4074
Yxy35.97980.28230.2382
Hunter Lab59.983221.9292-29.5824
CIE-Lab66.504527.1501-32.3214

#b693dc color RGB value is (182,147,220).

#b693dc hex color red value is 182, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b693dc hue: 0.75 , saturation: 0.51 and the lightness value of b693dc is 0.72.

The process color (four color CMYK) of #b693dc color hex is 0.17, 0.33, 0.00, 0.14. Web safe color of #b693dc is #cc99cc. Color #b693dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010011 11011100
Octal 266 223 334
Decimal 182 147 220
Hex B6 93 DC

RGB Percentages of Color #b693dc

%33.15
%26.78
%40.07

CMYK Percentages of Color #b693dc

%17
%33
%0
%14

Triadic Colors of #b693dc

#b693dc #dcb693 #93dcb6

Analogous Colors of #b693dc

#b693dc #db93dc #9395dc

Monochromatic Colors of #b693dc

#b693dc

Complementary Color

#b693dc #b9dc93

#b693dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b693dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b693dc Color CSS Codes

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

#b693dc Text Font Color

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

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


#b693dc Background Color

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

This div background color is #b693dc


#b693dc Border Color

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

This div border color is #b693dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b693dc


Comments

No comments written yet.

Please login to write comment.