Color Hex Logo

#6313dd Color Hex

#6313DD
(99,19,221)
0 Favorites   0 Comments

Color spaces of #6313dd

RGB 9919221
HSL0.730.840.47
HSV264°91°87°
CMYK 0.550.910.00   0.13
XYZ18.42968.338969.0448
Yxy8.33890.19230.0870
Hunter Lab28.877263.3849-121.5474
CIE-Lab34.678970.9545-84.4477

#6313dd color RGB value is (99,19,221).

#6313dd hex color red value is 99, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6313dd hue: 0.73 , saturation: 0.84 and the lightness value of 6313dd is 0.47.

The process color (four color CMYK) of #6313dd color hex is 0.55, 0.91, 0.00, 0.13. Web safe color of #6313dd is #6600cc. Color #6313dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 11011101
Octal 143 23 335
Decimal 99 19 221
Hex 63 13 DD

RGB Percentages of Color #6313dd

%29.20
%5.60
%65.19

CMYK Percentages of Color #6313dd

%55
%91
%0
%13

Triadic Colors of #6313dd

#6313dd #dd6313 #13dd63

Analogous Colors of #6313dd

#6313dd #c813dd #1328dd

Monochromatic Colors of #6313dd

#6313dd

Complementary Color

#6313dd #8ddd13

#6313dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6313dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6313dd Color CSS Codes

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

#6313dd Text Font Color

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

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


#6313dd Background Color

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

This div background color is #6313dd


#6313dd Border Color

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

This div border color is #6313dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6313dd


Comments

No comments written yet.

Please login to write comment.