Color Hex Logo

#340fca Color Hex

#340FCA
(52,15,202)
0 Favorites   0 Comments

Color spaces of #340fca

RGB 5215202
HSL0.700.860.43
HSV252°93°79°
CMYK 0.740.930.00   0.21
XYZ12.24775.336056.2615
Yxy5.33600.16590.0723
Hunter Lab23.099854.2176-128.2360
CIE-Lab27.671364.3083-85.1942

#340fca color RGB value is (52,15,202).

#340fca hex color red value is 52, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #340fca hue: 0.70 , saturation: 0.86 and the lightness value of 340fca is 0.43.

The process color (four color CMYK) of #340fca color hex is 0.74, 0.93, 0.00, 0.21. Web safe color of #340fca is #3300cc. Color #340fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001111 11001010
Octal 64 17 312
Decimal 52 15 202
Hex 34 F CA

RGB Percentages of Color #340fca

%19.33
%5.58
%75.09

CMYK Percentages of Color #340fca

%74
%93
%0
%21

Triadic Colors of #340fca

#340fca #ca340f #0fca34

Analogous Colors of #340fca

#340fca #920fca #0f47ca

Monochromatic Colors of #340fca

#340fca

Complementary Color

#340fca #a5ca0f

#340fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#340fca Color CSS Codes

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

#340fca Text Font Color

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

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


#340fca Background Color

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

This div background color is #340fca


#340fca Border Color

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

This div border color is #340fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340fca


Comments

No comments written yet.

Please login to write comment.