Color Hex Logo

#6342ef Color Hex

#6342EF
(99,66,239)
0 Favorites   0 Comments

Color spaces of #6342ef

RGB 9966239
HSL0.700.840.60
HSV251°72°94°
CMYK 0.590.720.00   0.06
XYZ22.673812.781182.9333
Yxy12.78110.19150.1080
Hunter Lab35.750750.6447-112.5137
CIE-Lab42.431558.2376-81.9059

#6342ef color RGB value is (99,66,239).

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

The process color (four color CMYK) of #6342ef color hex is 0.59, 0.72, 0.00, 0.06. Web safe color of #6342ef is #6633ff. Color #6342ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000010 11101111
Octal 143 102 357
Decimal 99 66 239
Hex 63 42 EF

RGB Percentages of Color #6342ef

%24.50
%16.34
%59.16

CMYK Percentages of Color #6342ef

%59
%72
%0
%6

Triadic Colors of #6342ef

#6342ef #ef6342 #42ef63

Analogous Colors of #6342ef

#6342ef #ba42ef #4278ef

Monochromatic Colors of #6342ef

#6342ef

Complementary Color

#6342ef #ceef42

#6342ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6342ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6342ef Color CSS Codes

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

#6342ef Text Font Color

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

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


#6342ef Background Color

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

This div background color is #6342ef


#6342ef Border Color

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

This div border color is #6342ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6342ef


Comments

No comments written yet.

Please login to write comment.