Color Hex Logo

#be3ddf Color Hex

#BE3DDF
(190,61,223)
0 Favorites   0 Comments

Color spaces of #be3ddf

RGB 19061223
HSL0.800.720.56
HSV288°73°87°
CMYK 0.150.730.00   0.13
XYZ36.223219.612371.6884
Yxy19.61230.28410.1538
Hunter Lab44.285868.5026-64.9767
CIE-Lab51.396072.0095-57.7908

#be3ddf color RGB value is (190,61,223).

#be3ddf hex color red value is 190, green value is 61 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be3ddf hue: 0.80 , saturation: 0.72 and the lightness value of be3ddf is 0.56.

The process color (four color CMYK) of #be3ddf color hex is 0.15, 0.73, 0.00, 0.13. Web safe color of #be3ddf is #cc33cc. Color #be3ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111101 11011111
Octal 276 75 337
Decimal 190 61 223
Hex BE 3D DF

RGB Percentages of Color #be3ddf

%40.08
%12.87
%47.05

CMYK Percentages of Color #be3ddf

%15
%73
%0
%13

Triadic Colors of #be3ddf

#be3ddf #dfbe3d #3ddfbe

Analogous Colors of #be3ddf

#be3ddf #df3daf #6d3ddf

Monochromatic Colors of #be3ddf

#be3ddf

Complementary Color

#be3ddf #5edf3d

#be3ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3ddf Color CSS Codes

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

#be3ddf Text Font Color

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

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


#be3ddf Background Color

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

This div background color is #be3ddf


#be3ddf Border Color

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

This div border color is #be3ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3ddf


Comments

No comments written yet.

Please login to write comment.