Color Hex Logo

#be8cbc Color Hex

#BE8CBC
(190,140,188)
0 Favorites   0 Comments

Color spaces of #be8cbc

RGB 190140188
HSL0.840.280.65
HSV302°26°75°
CMYK 0.000.260.01   0.25
XYZ39.690433.334251.9192
Yxy33.33420.31770.2668
Hunter Lab57.735821.6720-12.9018
CIE-Lab64.430627.0415-17.5763

#be8cbc color RGB value is (190,140,188).

#be8cbc hex color red value is 190, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #be8cbc hue: 0.84 , saturation: 0.28 and the lightness value of be8cbc is 0.65.

The process color (four color CMYK) of #be8cbc color hex is 0.00, 0.26, 0.01, 0.25. Web safe color of #be8cbc is #cc99cc. Color #be8cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 10111100
Octal 276 214 274
Decimal 190 140 188
Hex BE 8C BC

RGB Percentages of Color #be8cbc

%36.68
%27.03
%36.29

CMYK Percentages of Color #be8cbc

%0
%26
%1
%25

Triadic Colors of #be8cbc

#be8cbc #bcbe8c #8cbcbe

Analogous Colors of #be8cbc

#be8cbc #be8ca3 #a78cbe

Monochromatic Colors of #be8cbc

#be8cbc

Complementary Color

#be8cbc #8cbe8e

#be8cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8cbc Color CSS Codes

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

#be8cbc Text Font Color

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

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


#be8cbc Background Color

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

This div background color is #be8cbc


#be8cbc Border Color

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

This div border color is #be8cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8cbc


Comments

No comments written yet.

Please login to write comment.