Color Hex Logo

#be1da8 Color Hex

#BE1DA8
(190,29,168)
0 Favorites   0 Comments

Color spaces of #be1da8

RGB 19029168
HSL0.860.740.43
HSV308°85°75°
CMYK 0.000.850.12   0.25
XYZ28.742514.653038.3592
Yxy14.65300.35160.1792
Hunter Lab38.279267.0406-32.6184
CIE-Lab45.155272.0077-35.8137

#be1da8 color RGB value is (190,29,168).

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

The process color (four color CMYK) of #be1da8 color hex is 0.00, 0.85, 0.12, 0.25. Web safe color of #be1da8 is #cc3399. Color #be1da8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011101 10101000
Octal 276 35 250
Decimal 190 29 168
Hex BE 1D A8

RGB Percentages of Color #be1da8

%49.10
%7.49
%43.41

CMYK Percentages of Color #be1da8

%0
%85
%12
%25

Triadic Colors of #be1da8

#be1da8 #a8be1d #1da8be

Analogous Colors of #be1da8

#be1da8 #be1d58 #841dbe

Monochromatic Colors of #be1da8

#be1da8

Complementary Color

#be1da8 #1dbe33

#be1da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1da8 Color CSS Codes

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

#be1da8 Text Font Color

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

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


#be1da8 Background Color

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

This div background color is #be1da8


#be1da8 Border Color

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

This div border color is #be1da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1da8


Comments

No comments written yet.

Please login to write comment.