Color Hex Logo

#be85ec Color Hex

#BE85EC
(190,133,236)
0 Favorites   0 Comments

Color spaces of #be85ec

RGB 190133236
HSL0.760.730.72
HSV273°44°93°
CMYK 0.190.440.00   0.07
XYZ44.763133.778383.5175
Yxy33.77830.27620.2084
Hunter Lab58.119135.7716-44.5167
CIE-Lab64.786240.7964-43.7913

#be85ec color RGB value is (190,133,236).

#be85ec hex color red value is 190, green value is 133 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #be85ec hue: 0.76 , saturation: 0.73 and the lightness value of be85ec is 0.72.

The process color (four color CMYK) of #be85ec color hex is 0.19, 0.44, 0.00, 0.07. Web safe color of #be85ec is #cc99ff. Color #be85ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 11101100
Octal 276 205 354
Decimal 190 133 236
Hex BE 85 EC

RGB Percentages of Color #be85ec

%33.99
%23.79
%42.22

CMYK Percentages of Color #be85ec

%19
%44
%0
%7

Triadic Colors of #be85ec

#be85ec #ecbe85 #85ecbe

Analogous Colors of #be85ec

#be85ec #ec85e7 #8b85ec

Monochromatic Colors of #be85ec

#be85ec

Complementary Color

#be85ec #b3ec85

#be85ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be85ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be85ec Color CSS Codes

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

#be85ec Text Font Color

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

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


#be85ec Background Color

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

This div background color is #be85ec


#be85ec Border Color

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

This div border color is #be85ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be85ec


Comments

No comments written yet.

Please login to write comment.