Color Hex Logo

#6942dc Color Hex

#6942DC
(105,66,220)
0 Favorites   0 Comments

Color spaces of #6942dc

RGB 10566220
HSL0.710.690.56
HSV255°70°86°
CMYK 0.520.700.00   0.14
XYZ20.692212.067068.9487
Yxy12.06700.20340.1186
Hunter Lab34.737645.5366-93.3651
CIE-Lab41.322453.7079-72.9137

#6942dc color RGB value is (105,66,220).

#6942dc hex color red value is 105, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6942dc hue: 0.71 , saturation: 0.69 and the lightness value of 6942dc is 0.56.

The process color (four color CMYK) of #6942dc color hex is 0.52, 0.70, 0.00, 0.14. Web safe color of #6942dc is #6633cc. Color #6942dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000010 11011100
Octal 151 102 334
Decimal 105 66 220
Hex 69 42 DC

RGB Percentages of Color #6942dc

%26.85
%16.88
%56.27

CMYK Percentages of Color #6942dc

%52
%70
%0
%14

Triadic Colors of #6942dc

#6942dc #dc6942 #42dc69

Analogous Colors of #6942dc

#6942dc #b642dc #4268dc

Monochromatic Colors of #6942dc

#6942dc

Complementary Color

#6942dc #b5dc42

#6942dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6942dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6942dc Color CSS Codes

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

#6942dc Text Font Color

<p style="color:#6942dc">Text here</p>

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


#6942dc Background Color

<div style="background-color:#6942dc">
Div content here</div>

This div background color is #6942dc


#6942dc Border Color

<div style="border:3px solid #6942dc">
Div here</div>

This div border color is #6942dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,66,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6942dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6942dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6942dc;
  box-shadow:         1px 1px 3px 2px #6942dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6942dc


Comments

No comments written yet.

Please login to write comment.