Color Hex Logo

#be3cda Color Hex

#BE3CDA
(190,60,218)
0 Favorites   0 Comments

Color spaces of #be3cda

RGB 19060218
HSL0.800.680.55
HSV289°72°85°
CMYK 0.130.720.00   0.15
XYZ35.506019.240868.1721
Yxy19.24080.28890.1565
Hunter Lab43.864367.7243-61.4410
CIE-Lab50.967771.4470-55.6366

#be3cda color RGB value is (190,60,218).

#be3cda hex color red value is 190, green value is 60 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be3cda hue: 0.80 , saturation: 0.68 and the lightness value of be3cda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111100 11011010
Octal 276 74 332
Decimal 190 60 218
Hex BE 3C DA

RGB Percentages of Color #be3cda

%40.60
%12.82
%46.58

CMYK Percentages of Color #be3cda

%13
%72
%0
%15

Triadic Colors of #be3cda

#be3cda #dabe3c #3cdabe

Analogous Colors of #be3cda

#be3cda #da3ca7 #6f3cda

Monochromatic Colors of #be3cda

#be3cda

Complementary Color

#be3cda #58da3c

#be3cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3cda Color CSS Codes

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

#be3cda Text Font Color

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

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


#be3cda Background Color

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

This div background color is #be3cda


#be3cda Border Color

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

This div border color is #be3cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3cda


Comments

No comments written yet.

Please login to write comment.