Color Hex Logo

#be3dbb Color Hex

#BE3DBB
(190,61,187)
0 Favorites   0 Comments

Color spaces of #be3dbb

RGB 19061187
HSL0.840.510.49
HSV301°68°75°
CMYK 0.000.680.02   0.25
XYZ31.873617.872548.7835
Yxy17.87250.32350.1814
Hunter Lab42.275960.5960-38.8235
CIE-Lab49.341165.7342-40.3815

#be3dbb color RGB value is (190,61,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111101 10111011
Octal 276 75 273
Decimal 190 61 187
Hex BE 3D BB

RGB Percentages of Color #be3dbb

%43.38
%13.93
%42.69

CMYK Percentages of Color #be3dbb

%0
%68
%2
%25

Triadic Colors of #be3dbb

#be3dbb #bbbe3d #3dbbbe

Analogous Colors of #be3dbb

#be3dbb #be3d7b #813dbe

Monochromatic Colors of #be3dbb

#be3dbb

Complementary Color

#be3dbb #3dbe40

#be3dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3dbb Color CSS Codes

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

#be3dbb Text Font Color

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

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


#be3dbb Background Color

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

This div background color is #be3dbb


#be3dbb Border Color

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

This div border color is #be3dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3dbb


Comments

No comments written yet.

Please login to write comment.