Color Hex Logo

#693edc Color Hex

#693EDC
(105,62,220)
0 Favorites   0 Comments

Color spaces of #693edc

RGB 10562220
HSL0.710.690.55
HSV256°72°86°
CMYK 0.520.720.00   0.14
XYZ20.466611.615868.8735
Yxy11.61580.20270.1151
Hunter Lab34.082047.5478-95.9570
CIE-Lab40.598955.7295-74.0988

#693edc color RGB value is (105,62,220).

#693edc hex color red value is 105, green value is 62 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #693edc hue: 0.71 , saturation: 0.69 and the lightness value of 693edc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111110 11011100
Octal 151 76 334
Decimal 105 62 220
Hex 69 3E DC

RGB Percentages of Color #693edc

%27.13
%16.02
%56.85

CMYK Percentages of Color #693edc

%52
%72
%0
%14

Triadic Colors of #693edc

#693edc #dc693e #3edc69

Analogous Colors of #693edc

#693edc #b83edc #3e62dc

Monochromatic Colors of #693edc

#693edc

Complementary Color

#693edc #b1dc3e

#693edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#693edc Color CSS Codes

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

#693edc Text Font Color

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

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


#693edc Background Color

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

This div background color is #693edc


#693edc Border Color

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

This div border color is #693edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693edc


Comments

No comments written yet.

Please login to write comment.