Color Hex Logo

#be87dc Color Hex

#BE87DC
(190,135,220)
0 Favorites   0 Comments

Color spaces of #be87dc

RGB 190135220
HSL0.770.550.70
HSV279°39°86°
CMYK 0.140.390.00   0.14
XYZ42.817433.442471.9084
Yxy33.44240.28900.2257
Hunter Lab57.829430.9615-33.2440
CIE-Lab64.517536.2344-35.3453

#be87dc color RGB value is (190,135,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000111 11011100
Octal 276 207 334
Decimal 190 135 220
Hex BE 87 DC

RGB Percentages of Color #be87dc

%34.86
%24.77
%40.37

CMYK Percentages of Color #be87dc

%14
%39
%0
%14

Triadic Colors of #be87dc

#be87dc #dcbe87 #87dcbe

Analogous Colors of #be87dc

#be87dc #dc87d0 #9487dc

Monochromatic Colors of #be87dc

#be87dc

Complementary Color

#be87dc #a5dc87

#be87dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be87dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be87dc Color CSS Codes

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

#be87dc Text Font Color

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

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


#be87dc Background Color

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

This div background color is #be87dc


#be87dc Border Color

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

This div border color is #be87dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be87dc


Comments

No comments written yet.

Please login to write comment.