color codes Logo

#347fcc color codes

#347FCC
(52,127,204)
0 Favorites   0 Comments

Color spaces of #347fcc

RGB 52127204
HSL0.580.600.50
HSV210°75°80°
CMYK 0.750.380.00   0.20
XYZ19.904620.268459.9899
Yxy20.26840.19870.2024
Hunter Lab45.02040.1333-47.4898
CIE-Lab52.13933.2175-46.4777

#347fcc color RGB value is (52,127,204).

#347fcc hex color red value is 52, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #347fcc hue: 0.58 , saturation: 0.60 and the lightness value of 347fcc is 0.50.

The process color (four color CMYK) of #347fcc color code is 0.75, 0.38, 0.00, 0.20. Web safe color of #347fcc is #3366cc. Color #347fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111111 11001100
Octal 64 177 314
Decimal 52 127 204
Hex 34 7F CC

RGB Percentages of Color #347fcc

%13.58
%33.16
%53.26

CMYK Percentages of Color #347fcc

%75
%38
%0
%20

Triadic Colors of #347fcc

#347fcc #cc347f #7fcc34

Analogous Colors of #347fcc

#347fcc #3534cc #34cbcc

Monochromatic Colors of #347fcc

#347fcc

Complementary Color

#347fcc #cc8134

#347fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#347fcc Color CSS Codes

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

#347fcc Text Font Color

<p style="color:#347fcc">Text here</p>

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


#347fcc Background Color

<div style="background-color:#347fcc">
Div content here</div>

This div background color is #347fcc


#347fcc Border Color

<div style="border:3px solid #347fcc">
Div here</div>

This div border color is #347fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,127,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #347fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #347fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #347fcc;
  box-shadow:         1px 1px 3px 2px #347fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347fcc


Comments

No comments written yet.

Please login to write comment.