Color Hex Logo

#340cea Color Hex

#340CEA
(52,12,234)
0 Favorites   0 Comments

Color spaces of #340cea

RGB 5212234
HSL0.700.900.48
HSV251°95°92°
CMYK 0.780.950.00   0.08
XYZ16.39896.933578.3159
Yxy6.93350.16130.0682
Hunter Lab26.331565.0870-157.9097
CIE-Lab31.655072.9430-97.0314

#340cea color RGB value is (52,12,234).

#340cea hex color red value is 52, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #340cea hue: 0.70 , saturation: 0.90 and the lightness value of 340cea is 0.48.

The process color (four color CMYK) of #340cea color hex is 0.78, 0.95, 0.00, 0.08. Web safe color of #340cea is #3300ff. Color #340cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001100 11101010
Octal 64 14 352
Decimal 52 12 234
Hex 34 C EA

RGB Percentages of Color #340cea

%17.45
%4.03
%78.52

CMYK Percentages of Color #340cea

%78
%95
%0
%8

Triadic Colors of #340cea

#340cea #ea340c #0cea34

Analogous Colors of #340cea

#340cea #a30cea #0c53ea

Monochromatic Colors of #340cea

#340cea

Complementary Color

#340cea #c2ea0c

#340cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#340cea Color CSS Codes

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

#340cea Text Font Color

<p style="color:#340cea">Text here</p>

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


#340cea Background Color

<div style="background-color:#340cea">
Div content here</div>

This div background color is #340cea


#340cea Border Color

<div style="border:3px solid #340cea">
Div here</div>

This div border color is #340cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,12,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #340cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #340cea;
  -webkit-box-shadow: 1px 1px 3px 2px #340cea;
  box-shadow:         1px 1px 3px 2px #340cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340cea


Comments

No comments written yet.

Please login to write comment.