Color Hex Logo

#6742de Color Hex

#6742DE
(103,66,222)
0 Favorites   0 Comments

Color spaces of #6742de

RGB 10366222
HSL0.710.700.56
HSV254°70°87°
CMYK 0.540.700.00   0.13
XYZ20.726512.053970.3415
Yxy12.05390.20100.1169
Hunter Lab34.718745.8037-95.8208
CIE-Lab41.301753.9635-74.0983

#6742de color RGB value is (103,66,222).

#6742de hex color red value is 103, green value is 66 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6742de hue: 0.71 , saturation: 0.70 and the lightness value of 6742de is 0.56.

The process color (four color CMYK) of #6742de color hex is 0.54, 0.70, 0.00, 0.13. Web safe color of #6742de is #6633cc. Color #6742de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 11011110
Octal 147 102 336
Decimal 103 66 222
Hex 67 42 DE

RGB Percentages of Color #6742de

%26.34
%16.88
%56.78

CMYK Percentages of Color #6742de

%54
%70
%0
%13

Triadic Colors of #6742de

#6742de #de6742 #42de67

Analogous Colors of #6742de

#6742de #b542de #426bde

Monochromatic Colors of #6742de

#6742de

Complementary Color

#6742de #b9de42

#6742de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6742de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6742de Color CSS Codes

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

#6742de Text Font Color

<p style="color:#6742de">Text here</p>

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


#6742de Background Color

<div style="background-color:#6742de">
Div content here</div>

This div background color is #6742de


#6742de Border Color

<div style="border:3px solid #6742de">
Div here</div>

This div border color is #6742de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,66,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6742de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6742de;
  -webkit-box-shadow: 1px 1px 3px 2px #6742de;
  box-shadow:         1px 1px 3px 2px #6742de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6742de


Comments

No comments written yet.

Please login to write comment.