Color Hex Logo

#333daf Color Hex

#333DAF
(51,61,175)
0 Favorites   0 Comments

Color spaces of #333daf

RGB 5161175
HSL0.650.550.44
HSV235°71°69°
CMYK 0.710.650.00   0.31
XYZ10.77187.136441.3672
Yxy7.13640.18170.1204
Hunter Lab26.714025.2263-73.1119
CIE-Lab32.115434.5713-61.8958

#333daf color RGB value is (51,61,175).

#333daf hex color red value is 51, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #333daf hue: 0.65 , saturation: 0.55 and the lightness value of 333daf is 0.44.

The process color (four color CMYK) of #333daf color hex is 0.71, 0.65, 0.00, 0.31. Web safe color of #333daf is #333399. Color #333daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111101 10101111
Octal 63 75 257
Decimal 51 61 175
Hex 33 3D AF

RGB Percentages of Color #333daf

%17.77
%21.25
%60.98

CMYK Percentages of Color #333daf

%71
%65
%0
%31

Triadic Colors of #333daf

#333daf #af333d #3daf33

Analogous Colors of #333daf

#333daf #6733af #337baf

Monochromatic Colors of #333daf

#333daf

Complementary Color

#333daf #afa533

#333daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#333daf Color CSS Codes

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

#333daf Text Font Color

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

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


#333daf Background Color

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

This div background color is #333daf


#333daf Border Color

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

This div border color is #333daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333daf


Comments

No comments written yet.

Please login to write comment.