Color Hex Logo

#3255ce Color Hex

#3255CE
(50,85,206)
0 Favorites   0 Comments

Color spaces of #3255ce

RGB 5085206
HSL0.630.610.50
HSV227°76°81°
CMYK 0.760.590.00   0.19
XYZ15.704511.631359.8099
Yxy11.63130.18020.1335
Hunter Lab34.104722.5123-80.1045
CIE-Lab40.624030.2979-66.1675

#3255ce color RGB value is (50,85,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010101 11001110
Octal 62 125 316
Decimal 50 85 206
Hex 32 55 CE

RGB Percentages of Color #3255ce

%14.66
%24.93
%60.41

CMYK Percentages of Color #3255ce

%76
%59
%0
%19

Triadic Colors of #3255ce

#3255ce #ce3255 #55ce32

Analogous Colors of #3255ce

#3255ce #5d32ce #32a3ce

Monochromatic Colors of #3255ce

#3255ce

Complementary Color

#3255ce #ceab32

#3255ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3255ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3255ce Color CSS Codes

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

#3255ce Text Font Color

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

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


#3255ce Background Color

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

This div background color is #3255ce


#3255ce Border Color

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

This div border color is #3255ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3255ce


Comments

No comments written yet.

Please login to write comment.