Color Hex Logo

#6953ed Color Hex

#6953ED
(105,83,237)
0 Favorites   0 Comments

Color spaces of #6953ed

RGB 10583237
HSL0.690.810.63
HSV249°65°93°
CMYK 0.560.650.00   0.07
XYZ24.205015.304281.7990
Yxy15.30420.19950.1262
Hunter Lab39.120641.9819-96.5877
CIE-Lab46.048149.4782-74.8340

#6953ed color RGB value is (105,83,237).

#6953ed hex color red value is 105, green value is 83 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6953ed hue: 0.69 , saturation: 0.81 and the lightness value of 6953ed is 0.63.

The process color (four color CMYK) of #6953ed color hex is 0.56, 0.65, 0.00, 0.07. Web safe color of #6953ed is #6666ff. Color #6953ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010011 11101101
Octal 151 123 355
Decimal 105 83 237
Hex 69 53 ED

RGB Percentages of Color #6953ed

%24.71
%19.53
%55.76

CMYK Percentages of Color #6953ed

%56
%65
%0
%7

Triadic Colors of #6953ed

#6953ed #ed6953 #53ed69

Analogous Colors of #6953ed

#6953ed #b653ed #538aed

Monochromatic Colors of #6953ed

#6953ed

Complementary Color

#6953ed #d7ed53

#6953ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6953ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6953ed Color CSS Codes

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

#6953ed Text Font Color

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

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


#6953ed Background Color

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

This div background color is #6953ed


#6953ed Border Color

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

This div border color is #6953ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6953ed


Comments

No comments written yet.

Please login to write comment.