Color Hex Logo

#be85dc Color Hex

#BE85DC
(190,133,220)
0 Favorites   0 Comments

Color spaces of #be85dc

RGB 190133220
HSL0.780.550.69
HSV279°40°86°
CMYK 0.140.400.00   0.14
XYZ42.541032.889571.8163
Yxy32.88950.28890.2234
Hunter Lab57.349432.0475-34.1019
CIE-Lab64.071337.3312-36.0402

#be85dc color RGB value is (190,133,220).

#be85dc hex color red value is 190, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be85dc hue: 0.78 , saturation: 0.55 and the lightness value of be85dc is 0.69.

The process color (four color CMYK) of #be85dc color hex is 0.14, 0.40, 0.00, 0.14. Web safe color of #be85dc is #cc99cc. Color #be85dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 11011100
Octal 276 205 334
Decimal 190 133 220
Hex BE 85 DC

RGB Percentages of Color #be85dc

%34.99
%24.49
%40.52

CMYK Percentages of Color #be85dc

%14
%40
%0
%14

Triadic Colors of #be85dc

#be85dc #dcbe85 #85dcbe

Analogous Colors of #be85dc

#be85dc #dc85cf #9385dc

Monochromatic Colors of #be85dc

#be85dc

Complementary Color

#be85dc #a3dc85

#be85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be85dc Color CSS Codes

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

#be85dc Text Font Color

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

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


#be85dc Background Color

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

This div background color is #be85dc


#be85dc Border Color

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

This div border color is #be85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be85dc


Comments

No comments written yet.

Please login to write comment.