Color Hex Logo

#342ebe Color Hex

#342EBE
(52,46,190)
0 Favorites   0 Comments

Color spaces of #342ebe

RGB 5246190
HSL0.670.610.46
HSV243°76°75°
CMYK 0.730.760.00   0.25
XYZ11.68746.401849.3349
Yxy6.40180.17330.0949
Hunter Lab25.301838.1746-97.8959
CIE-Lab30.404348.6168-73.6055

#342ebe color RGB value is (52,46,190).

#342ebe hex color red value is 52, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #342ebe hue: 0.67 , saturation: 0.61 and the lightness value of 342ebe is 0.46.

The process color (four color CMYK) of #342ebe color hex is 0.73, 0.76, 0.00, 0.25. Web safe color of #342ebe is #3333cc. Color #342ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101110 10111110
Octal 64 56 276
Decimal 52 46 190
Hex 34 2E BE

RGB Percentages of Color #342ebe

%18.06
%15.97
%65.97

CMYK Percentages of Color #342ebe

%73
%76
%0
%25

Triadic Colors of #342ebe

#342ebe #be342e #2ebe34

Analogous Colors of #342ebe

#342ebe #7c2ebe #2e70be

Monochromatic Colors of #342ebe

#342ebe

Complementary Color

#342ebe #b8be2e

#342ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#342ebe Color CSS Codes

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

#342ebe Text Font Color

<p style="color:#342ebe">Text here</p>

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


#342ebe Background Color

<div style="background-color:#342ebe">
Div content here</div>

This div background color is #342ebe


#342ebe Border Color

<div style="border:3px solid #342ebe">
Div here</div>

This div border color is #342ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,46,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #342ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #342ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #342ebe;
  box-shadow:         1px 1px 3px 2px #342ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342ebe


Comments

No comments written yet.

Please login to write comment.