Color Hex Logo

#b769ee Color Hex

#B769EE
(183,105,238)
0 Favorites   0 Comments

Color spaces of #b769ee

RGB 183105238
HSL0.760.800.67
HSV275°56°93°
CMYK 0.230.560.00   0.07
XYZ40.012626.343583.8648
Yxy26.34350.26640.1754
Hunter Lab51.325949.3345-60.9497
CIE-Lab58.361754.2093-55.1215

#b769ee color RGB value is (183,105,238).

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

The process color (four color CMYK) of #b769ee color hex is 0.23, 0.56, 0.00, 0.07. Web safe color of #b769ee is #cc66ff. Color #b769ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101001 11101110
Octal 267 151 356
Decimal 183 105 238
Hex B7 69 EE

RGB Percentages of Color #b769ee

%34.79
%19.96
%45.25

CMYK Percentages of Color #b769ee

%23
%56
%0
%7

Triadic Colors of #b769ee

#b769ee #eeb769 #69eeb7

Analogous Colors of #b769ee

#b769ee #ee69e3 #7569ee

Monochromatic Colors of #b769ee

#b769ee

Complementary Color

#b769ee #a0ee69

#b769ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b769ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b769ee Color CSS Codes

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

#b769ee Text Font Color

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

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


#b769ee Background Color

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

This div background color is #b769ee


#b769ee Border Color

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

This div border color is #b769ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b769ee


Comments

No comments written yet.

Please login to write comment.