Color Hex Logo

#be0ebc Color Hex

#BE0EBC
(190,14,188)
0 Favorites   0 Comments

Color spaces of #be0ebc

RGB 19014188
HSL0.840.860.40
HSV301°93°75°
CMYK 0.000.930.01   0.25
XYZ30.469314.892148.8455
Yxy14.89210.32340.1581
Hunter Lab38.590373.4033-48.0329
CIE-Lab45.486177.1723-47.0930

#be0ebc color RGB value is (190,14,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001110 10111100
Octal 276 16 274
Decimal 190 14 188
Hex BE E BC

RGB Percentages of Color #be0ebc

%48.47
%3.57
%47.96

CMYK Percentages of Color #be0ebc

%0
%93
%1
%25

Triadic Colors of #be0ebc

#be0ebc #bcbe0e #0ebcbe

Analogous Colors of #be0ebc

#be0ebc #be0e64 #680ebe

Monochromatic Colors of #be0ebc

#be0ebc

Complementary Color

#be0ebc #0ebe10

#be0ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0ebc Color CSS Codes

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

#be0ebc Text Font Color

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

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


#be0ebc Background Color

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

This div background color is #be0ebc


#be0ebc Border Color

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

This div border color is #be0ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0ebc


Comments

No comments written yet.

Please login to write comment.