Color Hex Logo

#be1dbc Color Hex

#BE1DBC
(190,29,188)
0 Favorites   0 Comments

Color spaces of #be1dbc

RGB 19029188
HSL0.840.740.43
HSV301°85°75°
CMYK 0.000.850.01   0.25
XYZ30.751715.456748.9396
Yxy15.45670.32320.1624
Hunter Lab39.315070.8192-46.2841
CIE-Lab46.253574.9185-45.8681

#be1dbc color RGB value is (190,29,188).

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

The process color (four color CMYK) of #be1dbc color hex is 0.00, 0.85, 0.01, 0.25. Web safe color of #be1dbc is #cc33cc. Color #be1dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011101 10111100
Octal 276 35 274
Decimal 190 29 188
Hex BE 1D BC

RGB Percentages of Color #be1dbc

%46.68
%7.13
%46.19

CMYK Percentages of Color #be1dbc

%0
%85
%1
%25

Triadic Colors of #be1dbc

#be1dbc #bcbe1d #1dbcbe

Analogous Colors of #be1dbc

#be1dbc #be1d6c #701dbe

Monochromatic Colors of #be1dbc

#be1dbc

Complementary Color

#be1dbc #1dbe1f

#be1dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1dbc Color CSS Codes

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

#be1dbc Text Font Color

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

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


#be1dbc Background Color

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

This div background color is #be1dbc


#be1dbc Border Color

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

This div border color is #be1dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1dbc


Comments

No comments written yet.

Please login to write comment.