Color Hex Logo

#693bfe Color Hex

#693BFE
(105,59,254)
0 Favorites   0 Comments

Color spaces of #693bfe

RGB 10559254
HSL0.710.990.61
HSV254°77°100°
CMYK 0.590.770.00   0.00
XYZ25.279113.286994.9982
Yxy13.28690.18930.0995
Hunter Lab36.451260.0011-129.0043
CIE-Lab43.192466.4073-89.0534

#693bfe color RGB value is (105,59,254).

#693bfe hex color red value is 105, green value is 59 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #693bfe hue: 0.71 , saturation: 0.99 and the lightness value of 693bfe is 0.61.

The process color (four color CMYK) of #693bfe color hex is 0.59, 0.77, 0.00, 0.00. Web safe color of #693bfe is #6633ff. Color #693bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111011 11111110
Octal 151 73 376
Decimal 105 59 254
Hex 69 3B FE

RGB Percentages of Color #693bfe

%25.12
%14.11
%60.77

CMYK Percentages of Color #693bfe

%59
%77
%0
%0

Triadic Colors of #693bfe

#693bfe #fe693b #3bfe69

Analogous Colors of #693bfe

#693bfe #cb3bfe #3b6ffe

Monochromatic Colors of #693bfe

#693bfe

Complementary Color

#693bfe #d0fe3b

#693bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#693bfe Color CSS Codes

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

#693bfe Text Font Color

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

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


#693bfe Background Color

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

This div background color is #693bfe


#693bfe Border Color

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

This div border color is #693bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,59,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #693bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #693bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #693bfe;
  box-shadow:         1px 1px 3px 2px #693bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,59,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 #693bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.