Color Hex Logo

#693bd4 Color Hex

#693BD4
(105,59,212)
0 Favorites   0 Comments

Color spaces of #693bd4

RGB 10559212
HSL0.720.640.53
HSV258°72°83°
CMYK 0.500.720.00   0.17
XYZ19.273310.884763.3725
Yxy10.88470.20610.1164
Hunter Lab32.992046.5405-90.7926
CIE-Lab39.385655.0177-71.4924

#693bd4 color RGB value is (105,59,212).

#693bd4 hex color red value is 105, green value is 59 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #693bd4 hue: 0.72 , saturation: 0.64 and the lightness value of 693bd4 is 0.53.

The process color (four color CMYK) of #693bd4 color hex is 0.50, 0.72, 0.00, 0.17. Web safe color of #693bd4 is #6633cc. Color #693bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111011 11010100
Octal 151 73 324
Decimal 105 59 212
Hex 69 3B D4

RGB Percentages of Color #693bd4

%27.93
%15.69
%56.38

CMYK Percentages of Color #693bd4

%50
%72
%0
%17

Triadic Colors of #693bd4

#693bd4 #d4693b #3bd469

Analogous Colors of #693bd4

#693bd4 #b63bd4 #3b59d4

Monochromatic Colors of #693bd4

#693bd4

Complementary Color

#693bd4 #a6d43b

#693bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693bd4 Color CSS Codes

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

#693bd4 Text Font Color

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

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


#693bd4 Background Color

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

This div background color is #693bd4


#693bd4 Border Color

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

This div border color is #693bd4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,59,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693bd4


Comments

No comments written yet.

Please login to write comment.