Color Hex Logo

#be0dba Color Hex

#BE0DBA
(190,13,186)
0 Favorites   0 Comments

Color spaces of #be0dba

RGB 19013186
HSL0.840.870.40
HSV301°93°75°
CMYK 0.000.930.02   0.25
XYZ30.242114.780247.7133
Yxy14.78020.32610.1594
Hunter Lab38.445073.1351-46.6720
CIE-Lab45.331776.9851-46.1669

#be0dba color RGB value is (190,13,186).

#be0dba hex color red value is 190, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #be0dba hue: 0.84 , saturation: 0.87 and the lightness value of be0dba is 0.40.

The process color (four color CMYK) of #be0dba color hex is 0.00, 0.93, 0.02, 0.25. Web safe color of #be0dba is #cc00cc. Color #be0dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001101 10111010
Octal 276 15 272
Decimal 190 13 186
Hex BE D BA

RGB Percentages of Color #be0dba

%48.84
%3.34
%47.81

CMYK Percentages of Color #be0dba

%0
%93
%2
%25

Triadic Colors of #be0dba

#be0dba #babe0d #0dbabe

Analogous Colors of #be0dba

#be0dba #be0d62 #6a0dbe

Monochromatic Colors of #be0dba

#be0dba

Complementary Color

#be0dba #0dbe11

#be0dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0dba Color CSS Codes

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

#be0dba Text Font Color

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

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


#be0dba Background Color

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

This div background color is #be0dba


#be0dba Border Color

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

This div border color is #be0dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0dba


Comments

No comments written yet.

Please login to write comment.