Color Hex Logo

#3342df Color Hex

#3342DF
(51,66,223)
0 Favorites   0 Comments

Color spaces of #3342df

RGB 5166223
HSL0.650.730.54
HSV235°77°87°
CMYK 0.770.700.00   0.13
XYZ16.63279.927970.8517
Yxy9.92790.17070.1019
Hunter Lab31.508639.0863-111.2664
CIE-Lab37.712748.1490-80.7031

#3342df color RGB value is (51,66,223).

#3342df hex color red value is 51, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3342df hue: 0.65 , saturation: 0.73 and the lightness value of 3342df is 0.54.

The process color (four color CMYK) of #3342df color hex is 0.77, 0.70, 0.00, 0.13. Web safe color of #3342df is #3333cc. Color #3342df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000010 11011111
Octal 63 102 337
Decimal 51 66 223
Hex 33 42 DF

RGB Percentages of Color #3342df

%15.00
%19.41
%65.59

CMYK Percentages of Color #3342df

%77
%70
%0
%13

Triadic Colors of #3342df

#3342df #df3342 #42df33

Analogous Colors of #3342df

#3342df #7a33df #3398df

Monochromatic Colors of #3342df

#3342df

Complementary Color

#3342df #dfd033

#3342df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3342df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3342df Color CSS Codes

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

#3342df Text Font Color

<p style="color:#3342df">Text here</p>

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


#3342df Background Color

<div style="background-color:#3342df">
Div content here</div>

This div background color is #3342df


#3342df Border Color

<div style="border:3px solid #3342df">
Div here</div>

This div border color is #3342df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,66,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3342df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3342df;
  -webkit-box-shadow: 1px 1px 3px 2px #3342df;
  box-shadow:         1px 1px 3px 2px #3342df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3342df


Comments

No comments written yet.

Please login to write comment.