Color Hex Logo

#3392ef Color Hex

#3392EF
(51,146,239)
0 Favorites   0 Comments

Color spaces of #3392ef

RGB 51146239
HSL0.580.850.57
HSV210°79°94°
CMYK 0.790.390.00   0.06
XYZ27.224127.493685.5333
Yxy27.49360.19410.1960
Hunter Lab52.43430.9178-60.0125
CIE-Lab59.42854.4681-54.4900

#3392ef color RGB value is (51,146,239).

#3392ef hex color red value is 51, green value is 146 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3392ef hue: 0.58 , saturation: 0.85 and the lightness value of 3392ef is 0.57.

The process color (four color CMYK) of #3392ef color hex is 0.79, 0.39, 0.00, 0.06. Web safe color of #3392ef is #3399ff. Color #3392ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010010 11101111
Octal 63 222 357
Decimal 51 146 239
Hex 33 92 EF

RGB Percentages of Color #3392ef

%11.70
%33.49
%54.82

CMYK Percentages of Color #3392ef

%79
%39
%0
%6

Triadic Colors of #3392ef

#3392ef #ef3392 #92ef33

Analogous Colors of #3392ef

#3392ef #3334ef #33efee

Monochromatic Colors of #3392ef

#3392ef

Complementary Color

#3392ef #ef9033

#3392ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3392ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3392ef Color CSS Codes

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

#3392ef Text Font Color

<p style="color:#3392ef">Text here</p>

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


#3392ef Background Color

<div style="background-color:#3392ef">
Div content here</div>

This div background color is #3392ef


#3392ef Border Color

<div style="border:3px solid #3392ef">
Div here</div>

This div border color is #3392ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,146,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3392ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3392ef;
  -webkit-box-shadow: 1px 1px 3px 2px #3392ef;
  box-shadow:         1px 1px 3px 2px #3392ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3392ef


Comments

No comments written yet.

Please login to write comment.