Color Hex Logo

#7318dd Color Hex

#7318DD
(115,24,221)
0 Favorites   0 Comments

Color spaces of #7318dd

RGB 11524221
HSL0.740.800.48
HSV268°89°87°
CMYK 0.480.890.00   0.13
XYZ20.44809.518669.1661
Yxy9.51860.20630.0960
Hunter Lab30.852264.3134-111.3228
CIE-Lab36.964271.3054-80.6082

#7318dd color RGB value is (115,24,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011000 11011101
Octal 163 30 335
Decimal 115 24 221
Hex 73 18 DD

RGB Percentages of Color #7318dd

%31.94
%6.67
%61.39

CMYK Percentages of Color #7318dd

%48
%89
%0
%13

Triadic Colors of #7318dd

#7318dd #dd7318 #18dd73

Analogous Colors of #7318dd

#7318dd #d618dd #1820dd

Monochromatic Colors of #7318dd

#7318dd

Complementary Color

#7318dd #82dd18

#7318dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7318dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7318dd Color CSS Codes

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

#7318dd Text Font Color

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

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


#7318dd Background Color

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

This div background color is #7318dd


#7318dd Border Color

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

This div border color is #7318dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7318dd


Comments

No comments written yet.

Please login to write comment.