Color Hex Logo

#6939dd Color Hex

#6939DD
(105,57,221)
0 Favorites   0 Comments

Color spaces of #6939dd

RGB 10557221
HSL0.720.710.55
HSV258°74°87°
CMYK 0.520.740.00   0.13
XYZ20.340011.150069.4867
Yxy11.15000.20140.1104
Hunter Lab33.391650.2953-100.0061
CIE-Lab39.832058.4159-75.9290

#6939dd color RGB value is (105,57,221).

#6939dd hex color red value is 105, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6939dd hue: 0.72 , saturation: 0.71 and the lightness value of 6939dd is 0.55.

The process color (four color CMYK) of #6939dd color hex is 0.52, 0.74, 0.00, 0.13. Web safe color of #6939dd is #6633cc. Color #6939dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111001 11011101
Octal 151 71 335
Decimal 105 57 221
Hex 69 39 DD

RGB Percentages of Color #6939dd

%27.42
%14.88
%57.70

CMYK Percentages of Color #6939dd

%52
%74
%0
%13

Triadic Colors of #6939dd

#6939dd #dd6939 #39dd69

Analogous Colors of #6939dd

#6939dd #bb39dd #395bdd

Monochromatic Colors of #6939dd

#6939dd

Complementary Color

#6939dd #addd39

#6939dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6939dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6939dd Color CSS Codes

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

#6939dd Text Font Color

<p style="color:#6939dd">Text here</p>

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


#6939dd Background Color

<div style="background-color:#6939dd">
Div content here</div>

This div background color is #6939dd


#6939dd Border Color

<div style="border:3px solid #6939dd">
Div here</div>

This div border color is #6939dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,57,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6939dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6939dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6939dd;
  box-shadow:         1px 1px 3px 2px #6939dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6939dd


Comments

No comments written yet.

Please login to write comment.