Color Hex Logo

#6844cd Color Hex

#6844CD
(104,68,205)
0 Favorites   0 Comments

Color spaces of #6844cd

RGB 10468205
HSL0.710.580.54
HSV256°67°80°
CMYK 0.490.670.00   0.20
XYZ18.795511.485158.9838
Yxy11.48510.21060.1287
Hunter Lab33.889739.6907-79.4694
CIE-Lab40.385848.2588-65.8207

#6844cd color RGB value is (104,68,205).

#6844cd hex color red value is 104, green value is 68 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6844cd hue: 0.71 , saturation: 0.58 and the lightness value of 6844cd is 0.54.

The process color (four color CMYK) of #6844cd color hex is 0.49, 0.67, 0.00, 0.20. Web safe color of #6844cd is #6633cc. Color #6844cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 11001101
Octal 150 104 315
Decimal 104 68 205
Hex 68 44 CD

RGB Percentages of Color #6844cd

%27.59
%18.04
%54.38

CMYK Percentages of Color #6844cd

%49
%67
%0
%20

Triadic Colors of #6844cd

#6844cd #cd6844 #44cd68

Analogous Colors of #6844cd

#6844cd #ad44cd #4465cd

Monochromatic Colors of #6844cd

#6844cd

Complementary Color

#6844cd #a9cd44

#6844cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6844cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6844cd Color CSS Codes

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

#6844cd Text Font Color

<p style="color:#6844cd">Text here</p>

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


#6844cd Background Color

<div style="background-color:#6844cd">
Div content here</div>

This div background color is #6844cd


#6844cd Border Color

<div style="border:3px solid #6844cd">
Div here</div>

This div border color is #6844cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,68,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6844cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6844cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6844cd;
  box-shadow:         1px 1px 3px 2px #6844cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,68,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6844cd


Comments

No comments written yet.

Please login to write comment.