Color Hex Logo

#3372eb Color Hex

#3372EB
(51,114,235)
0 Favorites   0 Comments

Color spaces of #3372eb

RGB 51114235
HSL0.610.820.56
HSV219°78°92°
CMYK 0.780.510.00   0.08
XYZ22.378018.736681.0343
Yxy18.73660.18320.1534
Hunter Lab43.285816.5312-80.6953
CIE-Lab50.377622.6330-66.8009

#3372eb color RGB value is (51,114,235).

#3372eb hex color red value is 51, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3372eb hue: 0.61 , saturation: 0.82 and the lightness value of 3372eb is 0.56.

The process color (four color CMYK) of #3372eb color hex is 0.78, 0.51, 0.00, 0.08. Web safe color of #3372eb is #3366ff. Color #3372eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110010 11101011
Octal 63 162 353
Decimal 51 114 235
Hex 33 72 EB

RGB Percentages of Color #3372eb

%12.75
%28.50
%58.75

CMYK Percentages of Color #3372eb

%78
%51
%0
%8

Triadic Colors of #3372eb

#3372eb #eb3372 #72eb33

Analogous Colors of #3372eb

#3372eb #5033eb #33ceeb

Monochromatic Colors of #3372eb

#3372eb

Complementary Color

#3372eb #ebac33

#3372eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3372eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3372eb Color CSS Codes

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

#3372eb Text Font Color

<p style="color:#3372eb">Text here</p>

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


#3372eb Background Color

<div style="background-color:#3372eb">
Div content here</div>

This div background color is #3372eb


#3372eb Border Color

<div style="border:3px solid #3372eb">
Div here</div>

This div border color is #3372eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,114,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3372eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3372eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3372eb;
  box-shadow:         1px 1px 3px 2px #3372eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3372eb


Comments

No comments written yet.

Please login to write comment.