Color Hex Logo

#693cdc Color Hex

#693CDC
(105,60,220)
0 Favorites   0 Comments

Color spaces of #693cdc

RGB 10560220
HSL0.710.700.55
HSV257°73°86°
CMYK 0.520.730.00   0.14
XYZ20.359811.402368.8379
Yxy11.40230.20240.1133
Hunter Lab33.767348.5328-97.2313
CIE-Lab40.250056.7112-74.6708

#693cdc color RGB value is (105,60,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111100 11011100
Octal 151 74 334
Decimal 105 60 220
Hex 69 3C DC

RGB Percentages of Color #693cdc

%27.27
%15.58
%57.14

CMYK Percentages of Color #693cdc

%52
%73
%0
%14

Triadic Colors of #693cdc

#693cdc #dc693c #3cdc69

Analogous Colors of #693cdc

#693cdc #b93cdc #3c5fdc

Monochromatic Colors of #693cdc

#693cdc

Complementary Color

#693cdc #afdc3c

#693cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#693cdc Color CSS Codes

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

#693cdc Text Font Color

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

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


#693cdc Background Color

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

This div background color is #693cdc


#693cdc Border Color

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

This div border color is #693cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693cdc


Comments

No comments written yet.

Please login to write comment.