Color Hex Logo

#6312ef Color Hex

#6312EF
(99,18,239)
0 Favorites   0 Comments

Color spaces of #6312ef

RGB 9918239
HSL0.730.870.50
HSV262°92°94°
CMYK 0.590.920.00   0.06
XYZ20.94199.317382.3560
Yxy9.31730.18600.0827
Hunter Lab30.524369.0468-138.6005
CIE-Lab36.588275.3192-91.5559

#6312ef color RGB value is (99,18,239).

#6312ef hex color red value is 99, green value is 18 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6312ef hue: 0.73 , saturation: 0.87 and the lightness value of 6312ef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 11101111
Octal 143 22 357
Decimal 99 18 239
Hex 63 12 EF

RGB Percentages of Color #6312ef

%27.81
%5.06
%67.13

CMYK Percentages of Color #6312ef

%59
%92
%0
%6

Triadic Colors of #6312ef

#6312ef #ef6312 #12ef63

Analogous Colors of #6312ef

#6312ef #d212ef #122fef

Monochromatic Colors of #6312ef

#6312ef

Complementary Color

#6312ef #9eef12

#6312ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6312ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6312ef Color CSS Codes

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

#6312ef Text Font Color

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

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


#6312ef Background Color

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

This div background color is #6312ef


#6312ef Border Color

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

This div border color is #6312ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6312ef


Comments

No comments written yet.

Please login to write comment.