Color Hex Logo

#7342cf Color Hex

#7342CF
(115,66,207)
0 Favorites   0 Comments

Color spaces of #7342cf

RGB 11566207
HSL0.720.590.54
HSV261°68°81°
CMYK 0.440.680.00   0.19
XYZ20.280912.046360.2877
Yxy12.04630.21900.1301
Hunter Lab34.707843.5648-78.6918
CIE-Lab41.289651.8430-65.4550

#7342cf color RGB value is (115,66,207).

#7342cf hex color red value is 115, green value is 66 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7342cf hue: 0.72 , saturation: 0.59 and the lightness value of 7342cf is 0.54.

The process color (four color CMYK) of #7342cf color hex is 0.44, 0.68, 0.00, 0.19. Web safe color of #7342cf is #6633cc. Color #7342cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 11001111
Octal 163 102 317
Decimal 115 66 207
Hex 73 42 CF

RGB Percentages of Color #7342cf

%29.64
%17.01
%53.35

CMYK Percentages of Color #7342cf

%44
%68
%0
%19

Triadic Colors of #7342cf

#7342cf #cf7342 #42cf73

Analogous Colors of #7342cf

#7342cf #ba42cf #4258cf

Monochromatic Colors of #7342cf

#7342cf

Complementary Color

#7342cf #9ecf42

#7342cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7342cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7342cf Color CSS Codes

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

#7342cf Text Font Color

<p style="color:#7342cf">Text here</p>

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


#7342cf Background Color

<div style="background-color:#7342cf">
Div content here</div>

This div background color is #7342cf


#7342cf Border Color

<div style="border:3px solid #7342cf">
Div here</div>

This div border color is #7342cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,66,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7342cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7342cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7342cf;
  box-shadow:         1px 1px 3px 2px #7342cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7342cf


Comments

No comments written yet.

Please login to write comment.