Color Hex Logo

#3381ec Color Hex

#3381EC
(51,129,236)
0 Favorites   0 Comments

Color spaces of #3381ec

RGB 51129236
HSL0.600.830.56
HSV215°78°93°
CMYK 0.780.450.00   0.07
XYZ24.355822.460582.4085
Yxy22.46050.18850.1738
Hunter Lab47.39258.7972-69.9217
CIE-Lab54.512213.6515-60.6911

#3381ec color RGB value is (51,129,236).

#3381ec hex color red value is 51, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3381ec hue: 0.60 , saturation: 0.83 and the lightness value of 3381ec is 0.56.

The process color (four color CMYK) of #3381ec color hex is 0.78, 0.45, 0.00, 0.07. Web safe color of #3381ec is #3399ff. Color #3381ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000001 11101100
Octal 63 201 354
Decimal 51 129 236
Hex 33 81 EC

RGB Percentages of Color #3381ec

%12.26
%31.01
%56.73

CMYK Percentages of Color #3381ec

%78
%45
%0
%7

Triadic Colors of #3381ec

#3381ec #ec3381 #81ec33

Analogous Colors of #3381ec

#3381ec #4133ec #33deec

Monochromatic Colors of #3381ec

#3381ec

Complementary Color

#3381ec #ec9e33

#3381ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3381ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3381ec Color CSS Codes

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

#3381ec Text Font Color

<p style="color:#3381ec">Text here</p>

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


#3381ec Background Color

<div style="background-color:#3381ec">
Div content here</div>

This div background color is #3381ec


#3381ec Border Color

<div style="border:3px solid #3381ec">
Div here</div>

This div border color is #3381ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,129,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3381ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3381ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3381ec;
  box-shadow:         1px 1px 3px 2px #3381ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3381ec


Comments

No comments written yet.

Please login to write comment.