Color Hex Logo

#343ccf Color Hex

#343CCF
(52,60,207)
0 Favorites   0 Comments

Color spaces of #343ccf

RGB 5260207
HSL0.660.620.51
HSV237°75°81°
CMYK 0.750.710.00   0.19
XYZ14.29458.466859.9123
Yxy8.46680.17290.1024
Hunter Lab29.097836.7684-101.7097
CIE-Lab34.936746.3422-76.0666

#343ccf color RGB value is (52,60,207).

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

The process color (four color CMYK) of #343ccf color hex is 0.75, 0.71, 0.00, 0.19. Web safe color of #343ccf is #3333cc. Color #343ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 11001111
Octal 64 74 317
Decimal 52 60 207
Hex 34 3C CF

RGB Percentages of Color #343ccf

%16.30
%18.81
%64.89

CMYK Percentages of Color #343ccf

%75
%71
%0
%19

Triadic Colors of #343ccf

#343ccf #cf343c #3ccf34

Analogous Colors of #343ccf

#343ccf #7a34cf #348acf

Monochromatic Colors of #343ccf

#343ccf

Complementary Color

#343ccf #cfc734

#343ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#343ccf Color CSS Codes

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

#343ccf Text Font Color

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

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


#343ccf Background Color

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

This div background color is #343ccf


#343ccf Border Color

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

This div border color is #343ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343ccf


Comments

No comments written yet.

Please login to write comment.