Color Hex Logo

#693dc8 Color Hex

#693DC8
(105,61,200)
0 Favorites   0 Comments

Color spaces of #693dc8

RGB 10561200
HSL0.720.560.51
HSV259°70°78°
CMYK 0.480.700.00   0.22
XYZ17.919810.510955.7279
Yxy10.51090.21290.1249
Hunter Lab32.420541.9264-79.2197
CIE-Lab38.744250.7385-65.5942

#693dc8 color RGB value is (105,61,200).

#693dc8 hex color red value is 105, green value is 61 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #693dc8 hue: 0.72 , saturation: 0.56 and the lightness value of 693dc8 is 0.51.

The process color (four color CMYK) of #693dc8 color hex is 0.48, 0.70, 0.00, 0.22. Web safe color of #693dc8 is #6633cc. Color #693dc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111101 11001000
Octal 151 75 310
Decimal 105 61 200
Hex 69 3D C8

RGB Percentages of Color #693dc8

%28.69
%16.67
%54.64

CMYK Percentages of Color #693dc8

%48
%70
%0
%22

Triadic Colors of #693dc8

#693dc8 #c8693d #3dc869

Analogous Colors of #693dc8

#693dc8 #af3dc8 #3d56c8

Monochromatic Colors of #693dc8

#693dc8

Complementary Color

#693dc8 #9cc83d

#693dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693dc8 Color CSS Codes

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

#693dc8 Text Font Color

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

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


#693dc8 Background Color

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

This div background color is #693dc8


#693dc8 Border Color

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

This div border color is #693dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693dc8


Comments

No comments written yet.

Please login to write comment.