Color Hex Logo

#7341bc Color Hex

#7341BC
(115,65,188)
0 Favorites   0 Comments

Color spaces of #7341bc

RGB 11565188
HSL0.730.490.50
HSV264°65°74°
CMYK 0.390.650.00   0.26
XYZ18.037611.056348.7603
Yxy11.05630.23170.1420
Hunter Lab33.251038.6412-63.6689
CIE-Lab39.675147.3526-57.0227

#7341bc color RGB value is (115,65,188).

#7341bc hex color red value is 115, green value is 65 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7341bc hue: 0.73 , saturation: 0.49 and the lightness value of 7341bc is 0.50.

The process color (four color CMYK) of #7341bc color hex is 0.39, 0.65, 0.00, 0.26. Web safe color of #7341bc is #6633cc. Color #7341bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000001 10111100
Octal 163 101 274
Decimal 115 65 188
Hex 73 41 BC

RGB Percentages of Color #7341bc

%31.25
%17.66
%51.09

CMYK Percentages of Color #7341bc

%39
%65
%0
%26

Triadic Colors of #7341bc

#7341bc #bc7341 #41bc73

Analogous Colors of #7341bc

#7341bc #b141bc #414dbc

Monochromatic Colors of #7341bc

#7341bc

Complementary Color

#7341bc #8abc41

#7341bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7341bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7341bc Color CSS Codes

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

#7341bc Text Font Color

<p style="color:#7341bc">Text here</p>

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


#7341bc Background Color

<div style="background-color:#7341bc">
Div content here</div>

This div background color is #7341bc


#7341bc Border Color

<div style="border:3px solid #7341bc">
Div here</div>

This div border color is #7341bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,65,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7341bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7341bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7341bc;
  box-shadow:         1px 1px 3px 2px #7341bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7341bc


Comments

No comments written yet.

Please login to write comment.