Color Hex Logo

#b269ed Color Hex

#B269ED
(178,105,237)
0 Favorites   0 Comments

Color spaces of #b269ed

RGB 178105237
HSL0.760.790.67
HSV273°56°93°
CMYK 0.250.560.00   0.07
XYZ38.697725.682683.0384
Yxy25.68260.26250.1742
Hunter Lab50.678047.6160-61.6750
CIE-Lab57.734552.7618-55.5986

#b269ed color RGB value is (178,105,237).

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

The process color (four color CMYK) of #b269ed color hex is 0.25, 0.56, 0.00, 0.07. Web safe color of #b269ed is #9966ff. Color #b269ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101001 11101101
Octal 262 151 355
Decimal 178 105 237
Hex B2 69 ED

RGB Percentages of Color #b269ed

%34.23
%20.19
%45.58

CMYK Percentages of Color #b269ed

%25
%56
%0
%7

Triadic Colors of #b269ed

#b269ed #edb269 #69edb2

Analogous Colors of #b269ed

#b269ed #ed69e6 #7069ed

Monochromatic Colors of #b269ed

#b269ed

Complementary Color

#b269ed #a4ed69

#b269ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b269ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b269ed Color CSS Codes

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

#b269ed Text Font Color

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

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


#b269ed Background Color

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

This div background color is #b269ed


#b269ed Border Color

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

This div border color is #b269ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b269ed


Comments

No comments written yet.

Please login to write comment.