Color Hex Logo

#3309ed Color Hex

#3309ED
(51,9,237)
0 Favorites   0 Comments

Color spaces of #3309ed

RGB 519237
HSL0.700.930.48
HSV251°96°93°
CMYK 0.780.960.00   0.07
XYZ16.74907.013680.5918
Yxy7.01360.16050.0672
Hunter Lab26.483266.5447-161.8889
CIE-Lab31.837974.1220-98.4355

#3309ed color RGB value is (51,9,237).

#3309ed hex color red value is 51, green value is 9 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3309ed hue: 0.70 , saturation: 0.93 and the lightness value of 3309ed is 0.48.

The process color (four color CMYK) of #3309ed color hex is 0.78, 0.96, 0.00, 0.07. Web safe color of #3309ed is #3300ff. Color #3309ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001001 11101101
Octal 63 11 355
Decimal 51 9 237
Hex 33 9 ED

RGB Percentages of Color #3309ed

%17.17
%3.03
%79.80

CMYK Percentages of Color #3309ed

%78
%96
%0
%7

Triadic Colors of #3309ed

#3309ed #ed3309 #09ed33

Analogous Colors of #3309ed

#3309ed #a509ed #0951ed

Monochromatic Colors of #3309ed

#3309ed

Complementary Color

#3309ed #c3ed09

#3309ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3309ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3309ed Color CSS Codes

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

#3309ed Text Font Color

<p style="color:#3309ed">Text here</p>

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


#3309ed Background Color

<div style="background-color:#3309ed">
Div content here</div>

This div background color is #3309ed


#3309ed Border Color

<div style="border:3px solid #3309ed">
Div here</div>

This div border color is #3309ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,9,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3309ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3309ed;
  -webkit-box-shadow: 1px 1px 3px 2px #3309ed;
  box-shadow:         1px 1px 3px 2px #3309ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3309ed


Comments

No comments written yet.

Please login to write comment.