Color Hex Logo

#3265ce Color Hex

#3265CE
(50,101,206)
0 Favorites   0 Comments

Color spaces of #3265ce

RGB 50101206
HSL0.610.610.50
HSV220°76°81°
CMYK 0.760.510.00   0.19
XYZ17.109714.441760.2783
Yxy14.44170.18630.1573
Hunter Lab38.002213.8619-67.4429
CIE-Lab44.859819.9908-59.2909

#3265ce color RGB value is (50,101,206).

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

The process color (four color CMYK) of #3265ce color hex is 0.76, 0.51, 0.00, 0.19. Web safe color of #3265ce is #3366cc. Color #3265ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100101 11001110
Octal 62 145 316
Decimal 50 101 206
Hex 32 65 CE

RGB Percentages of Color #3265ce

%14.01
%28.29
%57.70

CMYK Percentages of Color #3265ce

%76
%51
%0
%19

Triadic Colors of #3265ce

#3265ce #ce3265 #65ce32

Analogous Colors of #3265ce

#3265ce #4d32ce #32b3ce

Monochromatic Colors of #3265ce

#3265ce

Complementary Color

#3265ce #ce9b32

#3265ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3265ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3265ce Color CSS Codes

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

#3265ce Text Font Color

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

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


#3265ce Background Color

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

This div background color is #3265ce


#3265ce Border Color

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

This div border color is #3265ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,101,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 #3265ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3265ce


Comments

No comments written yet.

Please login to write comment.