Color Hex Logo

#7314dd Color Hex

#7314DD
(115,20,221)
0 Favorites   0 Comments

Color spaces of #7314dd

RGB 11520221
HSL0.750.830.47
HSV268°91°87°
CMYK 0.480.910.00   0.13
XYZ20.37159.365669.1407
Yxy9.36560.20600.0947
Hunter Lab30.603365.2653-112.5292
CIE-Lab36.678972.1611-81.0791

#7314dd color RGB value is (115,20,221).

#7314dd hex color red value is 115, green value is 20 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7314dd hue: 0.75 , saturation: 0.83 and the lightness value of 7314dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010100 11011101
Octal 163 24 335
Decimal 115 20 221
Hex 73 14 DD

RGB Percentages of Color #7314dd

%32.30
%5.62
%62.08

CMYK Percentages of Color #7314dd

%48
%91
%0
%13

Triadic Colors of #7314dd

#7314dd #dd7314 #14dd73

Analogous Colors of #7314dd

#7314dd #d814dd #141add

Monochromatic Colors of #7314dd

#7314dd

Complementary Color

#7314dd #7edd14

#7314dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7314dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7314dd Color CSS Codes

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

#7314dd Text Font Color

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

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


#7314dd Background Color

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

This div background color is #7314dd


#7314dd Border Color

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

This div border color is #7314dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7314dd


Comments

No comments written yet.

Please login to write comment.