Color Hex Logo

#be5dca Color Hex

#BE5DCA
(190,93,202)
0 Favorites   0 Comments

Color spaces of #be5dca

RGB 19093202
HSL0.810.510.58
HSV293°54°79°
CMYK 0.060.540.00   0.21
XYZ35.810223.040158.4369
Yxy23.04010.30530.1964
Hunter Lab48.000149.1687-38.5815
CIE-Lab55.113654.6024-39.9224

#be5dca color RGB value is (190,93,202).

#be5dca hex color red value is 190, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be5dca hue: 0.81 , saturation: 0.51 and the lightness value of be5dca is 0.58.

The process color (four color CMYK) of #be5dca color hex is 0.06, 0.54, 0.00, 0.21. Web safe color of #be5dca is #cc66cc. Color #be5dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011101 11001010
Octal 276 135 312
Decimal 190 93 202
Hex BE 5D CA

RGB Percentages of Color #be5dca

%39.18
%19.18
%41.65

CMYK Percentages of Color #be5dca

%6
%54
%0
%21

Triadic Colors of #be5dca

#be5dca #cabe5d #5dcabe

Analogous Colors of #be5dca

#be5dca #ca5da0 #885dca

Monochromatic Colors of #be5dca

#be5dca

Complementary Color

#be5dca #69ca5d

#be5dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5dca Color CSS Codes

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

#be5dca Text Font Color

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

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


#be5dca Background Color

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

This div background color is #be5dca


#be5dca Border Color

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

This div border color is #be5dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5dca


Comments

No comments written yet.

Please login to write comment.