Color Hex Logo

#b669cd Color Hex

#B669CD
(182,105,205)
0 Favorites   0 Comments

Color spaces of #b669cd

RGB 182105205
HSL0.800.500.61
HSV286°49°80°
CMYK 0.110.490.00   0.20
XYZ35.362424.456060.6143
Yxy24.45600.29360.2031
Hunter Lab49.453041.0974-38.0543
CIE-Lab56.541546.9362-39.4546

#b669cd color RGB value is (182,105,205).

#b669cd hex color red value is 182, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b669cd hue: 0.80 , saturation: 0.50 and the lightness value of b669cd is 0.61.

The process color (four color CMYK) of #b669cd color hex is 0.11, 0.49, 0.00, 0.20. Web safe color of #b669cd is #cc66cc. Color #b669cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 11001101
Octal 266 151 315
Decimal 182 105 205
Hex B6 69 CD

RGB Percentages of Color #b669cd

%36.99
%21.34
%41.67

CMYK Percentages of Color #b669cd

%11
%49
%0
%20

Triadic Colors of #b669cd

#b669cd #cdb669 #69cdb6

Analogous Colors of #b669cd

#b669cd #cd69b2 #8469cd

Monochromatic Colors of #b669cd

#b669cd

Complementary Color

#b669cd #80cd69

#b669cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b669cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b669cd Color CSS Codes

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

#b669cd Text Font Color

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

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


#b669cd Background Color

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

This div background color is #b669cd


#b669cd Border Color

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

This div border color is #b669cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,105,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b669cd


Comments

No comments written yet.

Please login to write comment.