Color Hex Logo

#b790ee Color Hex

#B790EE
(183,144,238)
0 Favorites   0 Comments

Color spaces of #b790ee

RGB 183144238
HSL0.740.730.75
HSV265°39°93°
CMYK 0.230.390.00   0.07
XYZ44.934336.186885.5054
Yxy36.18680.26970.2172
Hunter Lab60.155528.0620-42.1664
CIE-Lab66.662433.2046-41.9976

#b790ee color RGB value is (183,144,238).

#b790ee hex color red value is 183, green value is 144 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b790ee hue: 0.74 , saturation: 0.73 and the lightness value of b790ee is 0.75.

The process color (four color CMYK) of #b790ee color hex is 0.23, 0.39, 0.00, 0.07. Web safe color of #b790ee is #cc99ff. Color #b790ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 11101110
Octal 267 220 356
Decimal 183 144 238
Hex B7 90 EE

RGB Percentages of Color #b790ee

%32.39
%25.49
%42.12

CMYK Percentages of Color #b790ee

%23
%39
%0
%7

Triadic Colors of #b790ee

#b790ee #eeb790 #90eeb7

Analogous Colors of #b790ee

#b790ee #e690ee #9098ee

Monochromatic Colors of #b790ee

#b790ee

Complementary Color

#b790ee #c7ee90

#b790ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b790ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b790ee Color CSS Codes

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

#b790ee Text Font Color

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

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


#b790ee Background Color

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

This div background color is #b790ee


#b790ee Border Color

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

This div border color is #b790ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b790ee


Comments

No comments written yet.

Please login to write comment.