Color Hex Logo

#693cca Color Hex

#693CCA
(105,60,202)
0 Favorites   0 Comments

Color spaces of #693cca

RGB 10560202
HSL0.720.570.51
HSV259°70°79°
CMYK 0.480.700.00   0.21
XYZ18.102210.499256.9496
Yxy10.49920.21160.1227
Hunter Lab32.402543.0178-81.5246
CIE-Lab38.723951.7955-66.7898

#693cca color RGB value is (105,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111100 11001010
Octal 151 74 312
Decimal 105 60 202
Hex 69 3C CA

RGB Percentages of Color #693cca

%28.61
%16.35
%55.04

CMYK Percentages of Color #693cca

%48
%70
%0
%21

Triadic Colors of #693cca

#693cca #ca693c #3cca69

Analogous Colors of #693cca

#693cca #b03cca #3c56ca

Monochromatic Colors of #693cca

#693cca

Complementary Color

#693cca #9dca3c

#693cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#693cca Color CSS Codes

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

#693cca Text Font Color

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

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


#693cca Background Color

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

This div background color is #693cca


#693cca Border Color

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

This div border color is #693cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693cca


Comments

No comments written yet.

Please login to write comment.