Color Hex Logo

#be7cde Color Hex

#BE7CDE
(190,124,222)
0 Favorites   0 Comments

Color spaces of #be7cde

RGB 190124222
HSL0.780.600.68
HSV280°44°87°
CMYK 0.140.440.00   0.13
XYZ41.627730.636472.8266
Yxy30.63640.28690.2112
Hunter Lab55.350237.3834-39.2653
CIE-Lab62.199542.6426-40.0801

#be7cde color RGB value is (190,124,222).

#be7cde hex color red value is 190, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be7cde hue: 0.78 , saturation: 0.60 and the lightness value of be7cde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111100 11011110
Octal 276 174 336
Decimal 190 124 222
Hex BE 7C DE

RGB Percentages of Color #be7cde

%35.45
%23.13
%41.42

CMYK Percentages of Color #be7cde

%14
%44
%0
%13

Triadic Colors of #be7cde

#be7cde #debe7c #7cdebe

Analogous Colors of #be7cde

#be7cde #de7ccd #8d7cde

Monochromatic Colors of #be7cde

#be7cde

Complementary Color

#be7cde #9cde7c

#be7cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7cde Color CSS Codes

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

#be7cde Text Font Color

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

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


#be7cde Background Color

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

This div background color is #be7cde


#be7cde Border Color

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

This div border color is #be7cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7cde


Comments

No comments written yet.

Please login to write comment.