Color Hex Logo

#be8ccc Color Hex

#BE8CCC
(190,140,204)
0 Favorites   0 Comments

Color spaces of #be8ccc

RGB 190140204
HSL0.800.390.67
HSV287°31°80°
CMYK 0.070.310.00   0.20
XYZ41.512434.062961.5136
Yxy34.06290.30280.2485
Hunter Lab58.363424.8264-21.6358
CIE-Lab65.012530.1668-25.6592

#be8ccc color RGB value is (190,140,204).

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

The process color (four color CMYK) of #be8ccc color hex is 0.07, 0.31, 0.00, 0.20. Web safe color of #be8ccc is #cc99cc. Color #be8ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 11001100
Octal 276 214 314
Decimal 190 140 204
Hex BE 8C CC

RGB Percentages of Color #be8ccc

%35.58
%26.22
%38.20

CMYK Percentages of Color #be8ccc

%7
%31
%0
%20

Triadic Colors of #be8ccc

#be8ccc #ccbe8c #8cccbe

Analogous Colors of #be8ccc

#be8ccc #cc8cba #9e8ccc

Monochromatic Colors of #be8ccc

#be8ccc

Complementary Color

#be8ccc #9acc8c

#be8ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8ccc Color CSS Codes

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

#be8ccc Text Font Color

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

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


#be8ccc Background Color

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

This div background color is #be8ccc


#be8ccc Border Color

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

This div border color is #be8ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8ccc


Comments

No comments written yet.

Please login to write comment.