Color Hex Logo

#be3dbc Color Hex

#BE3DBC
(190,61,188)
0 Favorites   0 Comments

Color spaces of #be3dbc

RGB 19061188
HSL0.840.510.49
HSV301°68°75°
CMYK 0.000.680.01   0.25
XYZ31.981017.915549.3494
Yxy17.91550.32220.1805
Hunter Lab42.326760.7984-39.4985
CIE-Lab49.393565.8983-40.8807

#be3dbc color RGB value is (190,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111101 10111100
Octal 276 75 274
Decimal 190 61 188
Hex BE 3D BC

RGB Percentages of Color #be3dbc

%43.28
%13.90
%42.82

CMYK Percentages of Color #be3dbc

%0
%68
%1
%25

Triadic Colors of #be3dbc

#be3dbc #bcbe3d #3dbcbe

Analogous Colors of #be3dbc

#be3dbc #be3d7c #803dbe

Monochromatic Colors of #be3dbc

#be3dbc

Complementary Color

#be3dbc #3dbe3f

#be3dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3dbc Color CSS Codes

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

#be3dbc Text Font Color

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

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


#be3dbc Background Color

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

This div background color is #be3dbc


#be3dbc Border Color

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

This div border color is #be3dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3dbc


Comments

No comments written yet.

Please login to write comment.