Color Hex Logo

#6953ca Color Hex

#6953CA
(105,83,202)
0 Favorites   0 Comments

Color spaces of #6953ca

RGB 10583202
HSL0.700.530.56
HSV251°59°79°
CMYK 0.480.590.00   0.21
XYZ19.579613.454057.4420
Yxy13.45400.21640.1487
Hunter Lab36.679731.0937-67.1749
CIE-Lab43.439539.0919-59.1225

#6953ca color RGB value is (105,83,202).

#6953ca hex color red value is 105, green value is 83 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6953ca hue: 0.70 , saturation: 0.53 and the lightness value of 6953ca is 0.56.

The process color (four color CMYK) of #6953ca color hex is 0.48, 0.59, 0.00, 0.21. Web safe color of #6953ca is #6666cc. Color #6953ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010011 11001010
Octal 151 123 312
Decimal 105 83 202
Hex 69 53 CA

RGB Percentages of Color #6953ca

%26.92
%21.28
%51.79

CMYK Percentages of Color #6953ca

%48
%59
%0
%21

Triadic Colors of #6953ca

#6953ca #ca6953 #53ca69

Analogous Colors of #6953ca

#6953ca #a553ca #5379ca

Monochromatic Colors of #6953ca

#6953ca

Complementary Color

#6953ca #b4ca53

#6953ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6953ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6953ca Color CSS Codes

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

#6953ca Text Font Color

<p style="color:#6953ca">Text here</p>

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


#6953ca Background Color

<div style="background-color:#6953ca">
Div content here</div>

This div background color is #6953ca


#6953ca Border Color

<div style="border:3px solid #6953ca">
Div here</div>

This div border color is #6953ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6953ca


Comments

No comments written yet.

Please login to write comment.