Color Hex Logo

#6342de Color Hex

#6342DE
(99,66,222)
0 Favorites   0 Comments

Color spaces of #6342de

RGB 9966222
HSL0.700.700.56
HSV253°70°87°
CMYK 0.550.700.00   0.13
XYZ20.278611.823070.3205
Yxy11.82300.19800.1154
Hunter Lab34.384645.0988-97.1858
CIE-Lab40.933453.3670-74.7160

#6342de color RGB value is (99,66,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000010 11011110
Octal 143 102 336
Decimal 99 66 222
Hex 63 42 DE

RGB Percentages of Color #6342de

%25.58
%17.05
%57.36

CMYK Percentages of Color #6342de

%55
%70
%0
%13

Triadic Colors of #6342de

#6342de #de6342 #42de63

Analogous Colors of #6342de

#6342de #b142de #426fde

Monochromatic Colors of #6342de

#6342de

Complementary Color

#6342de #bdde42

#6342de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6342de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6342de Color CSS Codes

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

#6342de Text Font Color

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

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


#6342de Background Color

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

This div background color is #6342de


#6342de Border Color

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

This div border color is #6342de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,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 #6342de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6342de


Comments

No comments written yet.

Please login to write comment.