Color Hex Logo

#b790ff Color Hex

#B790FF
(183,144,255)
0 Favorites   0 Comments

Color spaces of #b790ff

RGB 183144255
HSL0.731.000.78
HSV261°44°100°
CMYK 0.280.440.00   0.00
XYZ47.551737.233899.2883
Yxy37.23380.25830.2023
Hunter Lab61.019532.3186-53.7605
CIE-Lab67.452137.2215-50.0610

#b790ff color RGB value is (183,144,255).

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

The process color (four color CMYK) of #b790ff color hex is 0.28, 0.44, 0.00, 0.00. Web safe color of #b790ff is #cc99ff. Color #b790ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 11111111
Octal 267 220 377
Decimal 183 144 255
Hex B7 90 FF

RGB Percentages of Color #b790ff

%31.44
%24.74
%43.81

CMYK Percentages of Color #b790ff

%28
%44
%0
%0

Triadic Colors of #b790ff

#b790ff #ffb790 #90ffb7

Analogous Colors of #b790ff

#b790ff #ef90ff #90a1ff

Monochromatic Colors of #b790ff

#b790ff

Complementary Color

#b790ff #d8ff90

#b790ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b790ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b790ff Color CSS Codes

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

#b790ff Text Font Color

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

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


#b790ff Background Color

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

This div background color is #b790ff


#b790ff Border Color

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

This div border color is #b790ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b790ff

Related Colors


Comments

No comments written yet.

Please login to write comment.