Color Hex Logo

#be8fcc Color Hex

#BE8FCC
(190,143,204)
0 Favorites   0 Comments

Color spaces of #be8fcc

RGB 190143204
HSL0.800.370.68
HSV286°30°80°
CMYK 0.070.300.00   0.20
XYZ41.956734.951761.6617
Yxy34.95170.30280.2522
Hunter Lab59.120023.2193-20.4551
CIE-Lab65.711028.5043-24.5873

#be8fcc color RGB value is (190,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001111 11001100
Octal 276 217 314
Decimal 190 143 204
Hex BE 8F CC

RGB Percentages of Color #be8fcc

%35.38
%26.63
%37.99

CMYK Percentages of Color #be8fcc

%7
%30
%0
%20

Triadic Colors of #be8fcc

#be8fcc #ccbe8f #8fccbe

Analogous Colors of #be8fcc

#be8fcc #cc8fbc #a08fcc

Monochromatic Colors of #be8fcc

#be8fcc

Complementary Color

#be8fcc #9dcc8f

#be8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8fcc Color CSS Codes

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

#be8fcc Text Font Color

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

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


#be8fcc Background Color

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

This div background color is #be8fcc


#be8fcc Border Color

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

This div border color is #be8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8fcc


Comments

No comments written yet.

Please login to write comment.