Color Hex Logo

#335cea Color Hex

#335CEA
(51,92,234)
0 Favorites   0 Comments

Color spaces of #335cea

RGB 5192234
HSL0.630.810.56
HSV227°78°92°
CMYK 0.780.610.00   0.08
XYZ20.043714.298679.5454
Yxy14.29860.17600.1255
Hunter Lab37.813528.4434-98.2545
CIE-Lab44.658236.1540-75.5452

#335cea color RGB value is (51,92,234).

#335cea hex color red value is 51, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #335cea hue: 0.63 , saturation: 0.81 and the lightness value of 335cea is 0.56.

The process color (four color CMYK) of #335cea color hex is 0.78, 0.61, 0.00, 0.08. Web safe color of #335cea is #3366ff. Color #335cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011100 11101010
Octal 63 134 352
Decimal 51 92 234
Hex 33 5C EA

RGB Percentages of Color #335cea

%13.53
%24.40
%62.07

CMYK Percentages of Color #335cea

%78
%61
%0
%8

Triadic Colors of #335cea

#335cea #ea335c #5cea33

Analogous Colors of #335cea

#335cea #6633ea #33b8ea

Monochromatic Colors of #335cea

#335cea

Complementary Color

#335cea #eac133

#335cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#335cea Color CSS Codes

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

#335cea Text Font Color

<p style="color:#335cea">Text here</p>

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


#335cea Background Color

<div style="background-color:#335cea">
Div content here</div>

This div background color is #335cea


#335cea Border Color

<div style="border:3px solid #335cea">
Div here</div>

This div border color is #335cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,92,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335cea;
  -webkit-box-shadow: 1px 1px 3px 2px #335cea;
  box-shadow:         1px 1px 3px 2px #335cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335cea


Comments

No comments written yet.

Please login to write comment.