Color Hex Logo

#6318dd Color Hex

#6318DD
(99,24,221)
0 Favorites   0 Comments

Color spaces of #6318dd

RGB 9924221
HSL0.730.800.48
HSV263°89°87°
CMYK 0.550.890.00   0.13
XYZ18.52348.526469.0761
Yxy8.52640.19270.0887
Hunter Lab29.200062.1338-119.8176
CIE-Lab35.056069.8195-83.8237

#6318dd color RGB value is (99,24,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011000 11011101
Octal 143 30 335
Decimal 99 24 221
Hex 63 18 DD

RGB Percentages of Color #6318dd

%28.78
%6.98
%64.24

CMYK Percentages of Color #6318dd

%55
%89
%0
%13

Triadic Colors of #6318dd

#6318dd #dd6318 #18dd63

Analogous Colors of #6318dd

#6318dd #c618dd #182fdd

Monochromatic Colors of #6318dd

#6318dd

Complementary Color

#6318dd #92dd18

#6318dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6318dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6318dd Color CSS Codes

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

#6318dd Text Font Color

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

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


#6318dd Background Color

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

This div background color is #6318dd


#6318dd Border Color

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

This div border color is #6318dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6318dd


Comments

No comments written yet.

Please login to write comment.