Color Hex Logo

#335ecd Color Hex

#335ECD
(51,94,205)
0 Favorites   0 Comments

Color spaces of #335ecd

RGB 5194205
HSL0.620.610.50
HSV223°75°80°
CMYK 0.750.540.00   0.20
XYZ16.387413.117059.4257
Yxy13.11700.18430.1475
Hunter Lab36.217417.3860-71.9312
CIE-Lab42.939024.2402-61.8247

#335ecd color RGB value is (51,94,205).

#335ecd hex color red value is 51, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #335ecd hue: 0.62 , saturation: 0.61 and the lightness value of 335ecd is 0.50.

The process color (four color CMYK) of #335ecd color hex is 0.75, 0.54, 0.00, 0.20. Web safe color of #335ecd is #3366cc. Color #335ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011110 11001101
Octal 63 136 315
Decimal 51 94 205
Hex 33 5E CD

RGB Percentages of Color #335ecd

%14.57
%26.86
%58.57

CMYK Percentages of Color #335ecd

%75
%54
%0
%20

Triadic Colors of #335ecd

#335ecd #cd335e #5ecd33

Analogous Colors of #335ecd

#335ecd #5533cd #33abcd

Monochromatic Colors of #335ecd

#335ecd

Complementary Color

#335ecd #cda233

#335ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#335ecd Color CSS Codes

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

#335ecd Text Font Color

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

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


#335ecd Background Color

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

This div background color is #335ecd


#335ecd Border Color

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

This div border color is #335ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335ecd


Comments

No comments written yet.

Please login to write comment.