Color Hex Logo

#343ce7 Color Hex

#343CE7
(52,60,231)
0 Favorites   0 Comments

Color spaces of #343ce7

RGB 5260231
HSL0.660.790.55
HSV237°77°91°
CMYK 0.770.740.00   0.09
XYZ17.45589.731376.5596
Yxy9.73130.16830.0938
Hunter Lab31.195045.2919-123.6744
CIE-Lab37.355854.2267-85.8529

#343ce7 color RGB value is (52,60,231).

#343ce7 hex color red value is 52, green value is 60 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #343ce7 hue: 0.66 , saturation: 0.79 and the lightness value of 343ce7 is 0.55.

The process color (four color CMYK) of #343ce7 color hex is 0.77, 0.74, 0.00, 0.09. Web safe color of #343ce7 is #3333ff. Color #343ce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 11100111
Octal 64 74 347
Decimal 52 60 231
Hex 34 3C E7

RGB Percentages of Color #343ce7

%15.16
%17.49
%67.35

CMYK Percentages of Color #343ce7

%77
%74
%0
%9

Triadic Colors of #343ce7

#343ce7 #e7343c #3ce734

Analogous Colors of #343ce7

#343ce7 #8634e7 #3496e7

Monochromatic Colors of #343ce7

#343ce7

Complementary Color

#343ce7 #e7df34

#343ce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343ce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343ce7 Color CSS Codes

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

#343ce7 Text Font Color

<p style="color:#343ce7">Text here</p>

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


#343ce7 Background Color

<div style="background-color:#343ce7">
Div content here</div>

This div background color is #343ce7


#343ce7 Border Color

<div style="border:3px solid #343ce7">
Div here</div>

This div border color is #343ce7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,60,231, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #343ce7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #343ce7;
  -webkit-box-shadow: 1px 1px 3px 2px #343ce7;
  box-shadow:         1px 1px 3px 2px #343ce7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,60,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343ce7


Comments

No comments written yet.

Please login to write comment.