Color Hex Logo

#6742dd Color Hex

#6742DD
(103,66,221)
0 Favorites   0 Comments

Color spaces of #6742dd

RGB 10366221
HSL0.710.700.56
HSV254°70°87°
CMYK 0.530.700.00   0.13
XYZ20.592912.000569.6376
Yxy12.00050.20140.1174
Hunter Lab34.641745.4869-94.9369
CIE-Lab41.216953.6807-73.6657

#6742dd color RGB value is (103,66,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 11011101
Octal 147 102 335
Decimal 103 66 221
Hex 67 42 DD

RGB Percentages of Color #6742dd

%26.41
%16.92
%56.67

CMYK Percentages of Color #6742dd

%53
%70
%0
%13

Triadic Colors of #6742dd

#6742dd #dd6742 #42dd67

Analogous Colors of #6742dd

#6742dd #b542dd #426bdd

Monochromatic Colors of #6742dd

#6742dd

Complementary Color

#6742dd #b8dd42

#6742dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6742dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6742dd Color CSS Codes

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

#6742dd Text Font Color

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

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


#6742dd Background Color

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

This div background color is #6742dd


#6742dd Border Color

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

This div border color is #6742dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,66,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 #6742dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6742dd


Comments

No comments written yet.

Please login to write comment.