Color Hex Logo

#334ece Color Hex

#334ECE
(51,78,206)
0 Favorites   0 Comments

Color spaces of #334ece

RGB 5178206
HSL0.640.610.50
HSV230°75°81°
CMYK 0.750.620.00   0.19
XYZ15.230210.608859.6375
Yxy10.60880.17820.1241
Hunter Lab32.571226.4667-85.7597
CIE-Lab38.913634.8800-68.9589

#334ece color RGB value is (51,78,206).

#334ece hex color red value is 51, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #334ece hue: 0.64 , saturation: 0.61 and the lightness value of 334ece is 0.50.

The process color (four color CMYK) of #334ece color hex is 0.75, 0.62, 0.00, 0.19. Web safe color of #334ece is #3366cc. Color #334ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001110 11001110
Octal 63 116 316
Decimal 51 78 206
Hex 33 4E CE

RGB Percentages of Color #334ece

%15.22
%23.28
%61.49

CMYK Percentages of Color #334ece

%75
%62
%0
%19

Triadic Colors of #334ece

#334ece #ce334e #4ece33

Analogous Colors of #334ece

#334ece #6633ce #339cce

Monochromatic Colors of #334ece

#334ece

Complementary Color

#334ece #ceb333

#334ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#334ece Color CSS Codes

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

#334ece Text Font Color

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

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


#334ece Background Color

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

This div background color is #334ece


#334ece Border Color

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

This div border color is #334ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334ece


Comments

No comments written yet.

Please login to write comment.