Color Hex Logo

#340ceb Color Hex

#340CEB
(52,12,235)
0 Favorites   0 Comments

Color spaces of #340ceb

RGB 5212235
HSL0.700.900.48
HSV251°95°92°
CMYK 0.780.950.00   0.08
XYZ16.54306.991279.0748
Yxy6.99120.16120.0681
Hunter Lab26.440965.4088-158.8057
CIE-Lab31.786973.1878-97.3811

#340ceb color RGB value is (52,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001100 11101011
Octal 64 14 353
Decimal 52 12 235
Hex 34 C EB

RGB Percentages of Color #340ceb

%17.39
%4.01
%78.60

CMYK Percentages of Color #340ceb

%78
%95
%0
%8

Triadic Colors of #340ceb

#340ceb #eb340c #0ceb34

Analogous Colors of #340ceb

#340ceb #a40ceb #0c53eb

Monochromatic Colors of #340ceb

#340ceb

Complementary Color

#340ceb #c3eb0c

#340ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#340ceb Color CSS Codes

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

#340ceb Text Font Color

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

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


#340ceb Background Color

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

This div background color is #340ceb


#340ceb Border Color

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

This div border color is #340ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340ceb

#340ceb Color Palettes


Comments

No comments written yet.

Please login to write comment.