Color Hex Logo

#be5dbc Color Hex

#BE5DBC
(190,93,188)
0 Favorites   0 Comments

Color spaces of #be5dbc

RGB 19093188
HSL0.840.430.55
HSV301°51°75°
CMYK 0.000.510.01   0.25
XYZ34.226722.406750.0979
Yxy22.40670.32070.2099
Hunter Lab47.335746.2292-29.6148
CIE-Lab54.455952.0340-32.9252

#be5dbc color RGB value is (190,93,188).

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

The process color (four color CMYK) of #be5dbc color hex is 0.00, 0.51, 0.01, 0.25. Web safe color of #be5dbc is #cc66cc. Color #be5dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011101 10111100
Octal 276 135 274
Decimal 190 93 188
Hex BE 5D BC

RGB Percentages of Color #be5dbc

%40.34
%19.75
%39.92

CMYK Percentages of Color #be5dbc

%0
%51
%1
%25

Triadic Colors of #be5dbc

#be5dbc #bcbe5d #5dbcbe

Analogous Colors of #be5dbc

#be5dbc #be5d8c #905dbe

Monochromatic Colors of #be5dbc

#be5dbc

Complementary Color

#be5dbc #5dbe5f

#be5dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5dbc Color CSS Codes

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

#be5dbc Text Font Color

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

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


#be5dbc Background Color

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

This div background color is #be5dbc


#be5dbc Border Color

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

This div border color is #be5dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5dbc


Comments

No comments written yet.

Please login to write comment.