Color Hex Logo

#6348ef Color Hex

#6348EF
(99,72,239)
0 Favorites   0 Comments

Color spaces of #6348ef

RGB 9972239
HSL0.690.840.61
HSV250°70°94°
CMYK 0.590.700.00   0.06
XYZ23.042913.519483.0564
Yxy13.51940.19260.1130
Hunter Lab36.768747.5203-108.1913
CIE-Lab43.535755.1522-80.0926

#6348ef color RGB value is (99,72,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001000 11101111
Octal 143 110 357
Decimal 99 72 239
Hex 63 48 EF

RGB Percentages of Color #6348ef

%24.15
%17.56
%58.29

CMYK Percentages of Color #6348ef

%59
%70
%0
%6

Triadic Colors of #6348ef

#6348ef #ef6348 #48ef63

Analogous Colors of #6348ef

#6348ef #b748ef #4881ef

Monochromatic Colors of #6348ef

#6348ef

Complementary Color

#6348ef #d4ef48

#6348ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6348ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6348ef Color CSS Codes

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

#6348ef Text Font Color

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

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


#6348ef Background Color

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

This div background color is #6348ef


#6348ef Border Color

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

This div border color is #6348ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6348ef


Comments

No comments written yet.

Please login to write comment.