Color Hex Logo

#7361bf Color Hex

#7361BF
(115,97,191)
0 Favorites   0 Comments

Color spaces of #7361bf

RGB 11597191
HSL0.700.420.56
HSV251°49°75°
CMYK 0.400.490.00   0.25
XYZ20.748915.955851.2764
Yxy15.95580.23580.1814
Hunter Lab39.944722.8169-48.1483
CIE-Lab46.916429.8702-47.1256

#7361bf color RGB value is (115,97,191).

#7361bf hex color red value is 115, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7361bf hue: 0.70 , saturation: 0.42 and the lightness value of 7361bf is 0.56.

The process color (four color CMYK) of #7361bf color hex is 0.40, 0.49, 0.00, 0.25. Web safe color of #7361bf is #6666cc. Color #7361bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100001 10111111
Octal 163 141 277
Decimal 115 97 191
Hex 73 61 BF

RGB Percentages of Color #7361bf

%28.54
%24.07
%47.39

CMYK Percentages of Color #7361bf

%40
%49
%0
%25

Triadic Colors of #7361bf

#7361bf #bf7361 #61bf73

Analogous Colors of #7361bf

#7361bf #a261bf #617ebf

Monochromatic Colors of #7361bf

#7361bf

Complementary Color

#7361bf #adbf61

#7361bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7361bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7361bf Color CSS Codes

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

#7361bf Text Font Color

<p style="color:#7361bf">Text here</p>

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


#7361bf Background Color

<div style="background-color:#7361bf">
Div content here</div>

This div background color is #7361bf


#7361bf Border Color

<div style="border:3px solid #7361bf">
Div here</div>

This div border color is #7361bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,97,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7361bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7361bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7361bf;
  box-shadow:         1px 1px 3px 2px #7361bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,97,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7361bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7361bf


Comments

No comments written yet.

Please login to write comment.