Color Hex Logo

#be7bda Color Hex

#BE7BDA
(190,123,218)
0 Favorites   0 Comments

Color spaces of #be7bda

RGB 190123218
HSL0.780.560.67
HSV282°44°85°
CMYK 0.130.440.00   0.15
XYZ40.973130.175069.9945
Yxy30.17500.29030.2138
Hunter Lab54.931837.0109-37.0955
CIE-Lab61.804942.3425-38.4630

#be7bda color RGB value is (190,123,218).

#be7bda hex color red value is 190, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be7bda hue: 0.78 , saturation: 0.56 and the lightness value of be7bda is 0.67.

The process color (four color CMYK) of #be7bda color hex is 0.13, 0.44, 0.00, 0.15. Web safe color of #be7bda is #cc66cc. Color #be7bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111011 11011010
Octal 276 173 332
Decimal 190 123 218
Hex BE 7B DA

RGB Percentages of Color #be7bda

%35.78
%23.16
%41.05

CMYK Percentages of Color #be7bda

%13
%44
%0
%15

Triadic Colors of #be7bda

#be7bda #dabe7b #7bdabe

Analogous Colors of #be7bda

#be7bda #da7bc7 #8f7bda

Monochromatic Colors of #be7bda

#be7bda

Complementary Color

#be7bda #97da7b

#be7bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7bda Color CSS Codes

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

#be7bda Text Font Color

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

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


#be7bda Background Color

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

This div background color is #be7bda


#be7bda Border Color

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

This div border color is #be7bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,123,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be7bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be7bda;
  -webkit-box-shadow: 1px 1px 3px 2px #be7bda;
  box-shadow:         1px 1px 3px 2px #be7bda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,123,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7bda


Comments

No comments written yet.

Please login to write comment.