Color Hex Logo

#b269cd Color Hex

#B269CD
(178,105,205)
0 Favorites   0 Comments

Color spaces of #b269cd

RGB 178105205
HSL0.790.500.61
HSV284°49°80°
CMYK 0.130.490.00   0.20
XYZ34.431123.975960.5707
Yxy23.97590.28940.2015
Hunter Lab48.965239.8277-39.0670
CIE-Lab56.063745.8107-40.2390

#b269cd color RGB value is (178,105,205).

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

The process color (four color CMYK) of #b269cd color hex is 0.13, 0.49, 0.00, 0.20. Web safe color of #b269cd is #9966cc. Color #b269cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101001 11001101
Octal 262 151 315
Decimal 178 105 205
Hex B2 69 CD

RGB Percentages of Color #b269cd

%36.48
%21.52
%42.01

CMYK Percentages of Color #b269cd

%13
%49
%0
%20

Triadic Colors of #b269cd

#b269cd #cdb269 #69cdb2

Analogous Colors of #b269cd

#b269cd #cd69b6 #8069cd

Monochromatic Colors of #b269cd

#b269cd

Complementary Color

#b269cd #84cd69

#b269cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b269cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b269cd Color CSS Codes

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

#b269cd Text Font Color

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

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


#b269cd Background Color

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

This div background color is #b269cd


#b269cd Border Color

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

This div border color is #b269cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b269cd


Comments

No comments written yet.

Please login to write comment.