Color Hex Logo

#7307dd Color Hex

#7307DD
(115,7,221)
0 Favorites   0 Comments

Color spaces of #7307dd

RGB 1157221
HSL0.750.940.45
HSV270°97°87°
CMYK 0.480.970.00   0.13
XYZ20.19749.017369.0826
Yxy9.01730.20550.0917
Hunter Lab30.028867.5088-115.3790
CIE-Lab36.017674.1567-82.1711

#7307dd color RGB value is (115,7,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000111 11011101
Octal 163 7 335
Decimal 115 7 221
Hex 73 7 DD

RGB Percentages of Color #7307dd

%33.53
%2.04
%64.43

CMYK Percentages of Color #7307dd

%48
%97
%0
%13

Triadic Colors of #7307dd

#7307dd #dd7307 #07dd73

Analogous Colors of #7307dd

#7307dd #dd07dc #0807dd

Monochromatic Colors of #7307dd

#7307dd

Complementary Color

#7307dd #71dd07

#7307dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7307dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7307dd Color CSS Codes

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

#7307dd Text Font Color

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

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


#7307dd Background Color

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

This div background color is #7307dd


#7307dd Border Color

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

This div border color is #7307dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7307dd


Comments

No comments written yet.

Please login to write comment.