Color Hex Logo

#be68d5 Color Hex

#BE68D5
(190,104,213)
0 Favorites   0 Comments

Color spaces of #be68d5

RGB 190104213
HSL0.800.560.62
HSV287°51°84°
CMYK 0.110.510.00   0.16
XYZ38.195825.651965.8890
Yxy25.65190.29440.1977
Hunter Lab50.647745.9817-41.6786
CIE-Lab57.705251.2794-42.0886

#be68d5 color RGB value is (190,104,213).

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

The process color (four color CMYK) of #be68d5 color hex is 0.11, 0.51, 0.00, 0.16. Web safe color of #be68d5 is #cc66cc. Color #be68d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 11010101
Octal 276 150 325
Decimal 190 104 213
Hex BE 68 D5

RGB Percentages of Color #be68d5

%37.48
%20.51
%42.01

CMYK Percentages of Color #be68d5

%11
%51
%0
%16

Triadic Colors of #be68d5

#be68d5 #d5be68 #68d5be

Analogous Colors of #be68d5

#be68d5 #d568b6 #8868d5

Monochromatic Colors of #be68d5

#be68d5

Complementary Color

#be68d5 #7fd568

#be68d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be68d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be68d5 Color CSS Codes

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

#be68d5 Text Font Color

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

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


#be68d5 Background Color

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

This div background color is #be68d5


#be68d5 Border Color

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

This div border color is #be68d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be68d5


Comments

No comments written yet.

Please login to write comment.