Color Hex Logo

#be68fe Color Hex

#BE68FE
(190,104,254)
0 Favorites   0 Comments

Color spaces of #be68fe

RGB 190104254
HSL0.760.990.70
HSV274°59°100°
CMYK 0.250.590.00   0.00
XYZ44.074928.003596.8482
Yxy28.00350.26090.1658
Hunter Lab52.918356.0629-71.4664
CIE-Lab59.891959.8887-61.4938

#be68fe color RGB value is (190,104,254).

#be68fe hex color red value is 190, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be68fe hue: 0.76 , saturation: 0.99 and the lightness value of be68fe is 0.70.

The process color (four color CMYK) of #be68fe color hex is 0.25, 0.59, 0.00, 0.00. Web safe color of #be68fe is #cc66ff. Color #be68fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 11111110
Octal 276 150 376
Decimal 190 104 254
Hex BE 68 FE

RGB Percentages of Color #be68fe

%34.67
%18.98
%46.35

CMYK Percentages of Color #be68fe

%25
%59
%0
%0

Triadic Colors of #be68fe

#be68fe #febe68 #68febe

Analogous Colors of #be68fe

#be68fe #fe68f3 #7368fe

Monochromatic Colors of #be68fe

#be68fe

Complementary Color

#be68fe #a8fe68

#be68fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be68fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be68fe Color CSS Codes

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

#be68fe Text Font Color

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

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


#be68fe Background Color

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

This div background color is #be68fe


#be68fe Border Color

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

This div border color is #be68fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be68fe


Comments

No comments written yet.

Please login to write comment.