Color Hex Logo

#334ce3 Color Hex

#334CE3
(51,76,227)
0 Favorites   0 Comments

Color spaces of #334ce3

RGB 5176227
HSL0.640.760.55
HSV231°78°89°
CMYK 0.780.670.00   0.11
XYZ17.814811.418773.9381
Yxy11.41870.17270.1107
Hunter Lab33.791634.9694-106.0762
CIE-Lab40.276943.5708-78.7630

#334ce3 color RGB value is (51,76,227).

#334ce3 hex color red value is 51, green value is 76 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #334ce3 hue: 0.64 , saturation: 0.76 and the lightness value of 334ce3 is 0.55.

The process color (four color CMYK) of #334ce3 color hex is 0.78, 0.67, 0.00, 0.11. Web safe color of #334ce3 is #3333cc. Color #334ce3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001100 11100011
Octal 63 114 343
Decimal 51 76 227
Hex 33 4C E3

RGB Percentages of Color #334ce3

%14.41
%21.47
%64.12

CMYK Percentages of Color #334ce3

%78
%67
%0
%11

Triadic Colors of #334ce3

#334ce3 #e3334c #4ce333

Analogous Colors of #334ce3

#334ce3 #7233e3 #33a4e3

Monochromatic Colors of #334ce3

#334ce3

Complementary Color

#334ce3 #e3ca33

#334ce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334ce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334ce3 Color CSS Codes

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

#334ce3 Text Font Color

<p style="color:#334ce3">Text here</p>

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


#334ce3 Background Color

<div style="background-color:#334ce3">
Div content here</div>

This div background color is #334ce3


#334ce3 Border Color

<div style="border:3px solid #334ce3">
Div here</div>

This div border color is #334ce3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,76,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334ce3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334ce3;
  -webkit-box-shadow: 1px 1px 3px 2px #334ce3;
  box-shadow:         1px 1px 3px 2px #334ce3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,76,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334ce3


Comments

No comments written yet.

Please login to write comment.