Color Hex Logo

#be0ddf Color Hex

#BE0DDF
(190,13,223)
0 Favorites   0 Comments

Color spaces of #be0ddf

RGB 19013223
HSL0.810.890.46
HSV291°94°87°
CMYK 0.150.940.00   0.13
XYZ34.698416.562771.1802
Yxy16.56270.28340.1353
Hunter Lab40.697380.9683-75.2110
CIE-Lab47.704282.7627-63.7438

#be0ddf color RGB value is (190,13,223).

#be0ddf hex color red value is 190, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be0ddf hue: 0.81 , saturation: 0.89 and the lightness value of be0ddf is 0.46.

The process color (four color CMYK) of #be0ddf color hex is 0.15, 0.94, 0.00, 0.13. Web safe color of #be0ddf is #cc00cc. Color #be0ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001101 11011111
Octal 276 15 337
Decimal 190 13 223
Hex BE D DF

RGB Percentages of Color #be0ddf

%44.60
%3.05
%52.35

CMYK Percentages of Color #be0ddf

%15
%94
%0
%13

Triadic Colors of #be0ddf

#be0ddf #dfbe0d #0ddfbe

Analogous Colors of #be0ddf

#be0ddf #df0d97 #550ddf

Monochromatic Colors of #be0ddf

#be0ddf

Complementary Color

#be0ddf #2edf0d

#be0ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0ddf Color CSS Codes

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

#be0ddf Text Font Color

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

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


#be0ddf Background Color

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

This div background color is #be0ddf


#be0ddf Border Color

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

This div border color is #be0ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0ddf


Comments

No comments written yet.

Please login to write comment.