Color Hex Logo

#3381ce Color Hex

#3381CE
(51,129,206)
0 Favorites   0 Comments

Color spaces of #3381ce

RGB 51129206
HSL0.580.610.50
HSV210°75°81°
CMYK 0.750.370.00   0.19
XYZ20.356120.860661.3461
Yxy20.86060.19850.2034
Hunter Lab45.6734-0.3731-47.6638
CIE-Lab52.79662.6128-46.5708

#3381ce color RGB value is (51,129,206).

#3381ce hex color red value is 51, green value is 129 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3381ce hue: 0.58 , saturation: 0.61 and the lightness value of 3381ce is 0.50.

The process color (four color CMYK) of #3381ce color hex is 0.75, 0.37, 0.00, 0.19. Web safe color of #3381ce is #3399cc. Color #3381ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000001 11001110
Octal 63 201 316
Decimal 51 129 206
Hex 33 81 CE

RGB Percentages of Color #3381ce

%13.21
%33.42
%53.37

CMYK Percentages of Color #3381ce

%75
%37
%0
%19

Triadic Colors of #3381ce

#3381ce #ce3381 #81ce33

Analogous Colors of #3381ce

#3381ce #3334ce #33cece

Monochromatic Colors of #3381ce

#3381ce

Complementary Color

#3381ce #ce8033

#3381ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3381ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3381ce Color CSS Codes

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

#3381ce Text Font Color

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

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


#3381ce Background Color

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

This div background color is #3381ce


#3381ce Border Color

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

This div border color is #3381ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3381ce


Comments

No comments written yet.

Please login to write comment.