Color Hex Logo

#be7ecc Color Hex

#BE7ECC
(190,126,204)
0 Favorites   0 Comments

Color spaces of #be7ecc

RGB 190126204
HSL0.800.430.65
HSV289°38°80°
CMYK 0.070.380.00   0.20
XYZ39.595130.228560.8745
Yxy30.22850.30300.2313
Hunter Lab54.980532.3340-27.1597
CIE-Lab61.850937.8617-30.5356

#be7ecc color RGB value is (190,126,204).

#be7ecc hex color red value is 190, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be7ecc hue: 0.80 , saturation: 0.43 and the lightness value of be7ecc is 0.65.

The process color (four color CMYK) of #be7ecc color hex is 0.07, 0.38, 0.00, 0.20. Web safe color of #be7ecc is #cc66cc. Color #be7ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111110 11001100
Octal 276 176 314
Decimal 190 126 204
Hex BE 7E CC

RGB Percentages of Color #be7ecc

%36.54
%24.23
%39.23

CMYK Percentages of Color #be7ecc

%7
%38
%0
%20

Triadic Colors of #be7ecc

#be7ecc #ccbe7e #7eccbe

Analogous Colors of #be7ecc

#be7ecc #cc7eb3 #977ecc

Monochromatic Colors of #be7ecc

#be7ecc

Complementary Color

#be7ecc #8ccc7e

#be7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7ecc Color CSS Codes

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

#be7ecc Text Font Color

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

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


#be7ecc Background Color

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

This div background color is #be7ecc


#be7ecc Border Color

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

This div border color is #be7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7ecc


Comments

No comments written yet.

Please login to write comment.