Color Hex Logo

#333eed Color Hex

#333EED
(51,62,237)
0 Favorites   0 Comments

Color spaces of #333eed

RGB 5162237
HSL0.660.840.56
HSV236°78°93°
CMYK 0.780.740.00   0.07
XYZ18.373910.263581.1334
Yxy10.26350.16740.0935
Hunter Lab32.036746.3103-127.7271
CIE-Lab38.311355.0061-87.6789

#333eed color RGB value is (51,62,237).

#333eed hex color red value is 51, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #333eed hue: 0.66 , saturation: 0.84 and the lightness value of 333eed is 0.56.

The process color (four color CMYK) of #333eed color hex is 0.78, 0.74, 0.00, 0.07. Web safe color of #333eed is #3333ff. Color #333eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111110 11101101
Octal 63 76 355
Decimal 51 62 237
Hex 33 3E ED

RGB Percentages of Color #333eed

%14.57
%17.71
%67.71

CMYK Percentages of Color #333eed

%78
%74
%0
%7

Triadic Colors of #333eed

#333eed #ed333e #3eed33

Analogous Colors of #333eed

#333eed #8533ed #339bed

Monochromatic Colors of #333eed

#333eed

Complementary Color

#333eed #ede233

#333eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#333eed Color CSS Codes

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

#333eed Text Font Color

<p style="color:#333eed">Text here</p>

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


#333eed Background Color

<div style="background-color:#333eed">
Div content here</div>

This div background color is #333eed


#333eed Border Color

<div style="border:3px solid #333eed">
Div here</div>

This div border color is #333eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,62,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 #333eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333eed


Comments

No comments written yet.

Please login to write comment.