Color Hex Logo

#3259ca Color Hex

#3259CA
(50,89,202)
0 Favorites   0 Comments

Color spaces of #3259ca

RGB 5089202
HSL0.620.600.49
HSV225°75°79°
CMYK 0.750.560.00   0.21
XYZ15.548412.087157.3907
Yxy12.08710.18290.1422
Hunter Lab34.766518.9880-73.5362
CIE-Lab41.354226.2385-62.6697

#3259ca color RGB value is (50,89,202).

#3259ca hex color red value is 50, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3259ca hue: 0.62 , saturation: 0.60 and the lightness value of 3259ca is 0.49.

The process color (four color CMYK) of #3259ca color hex is 0.75, 0.56, 0.00, 0.21. Web safe color of #3259ca is #3366cc. Color #3259ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011001 11001010
Octal 62 131 312
Decimal 50 89 202
Hex 32 59 CA

RGB Percentages of Color #3259ca

%14.66
%26.10
%59.24

CMYK Percentages of Color #3259ca

%75
%56
%0
%21

Triadic Colors of #3259ca

#3259ca #ca3259 #59ca32

Analogous Colors of #3259ca

#3259ca #5732ca #32a5ca

Monochromatic Colors of #3259ca

#3259ca

Complementary Color

#3259ca #caa332

#3259ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3259ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3259ca Color CSS Codes

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

#3259ca Text Font Color

<p style="color:#3259ca">Text here</p>

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


#3259ca Background Color

<div style="background-color:#3259ca">
Div content here</div>

This div background color is #3259ca


#3259ca Border Color

<div style="border:3px solid #3259ca">
Div here</div>

This div border color is #3259ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,89,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3259ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3259ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3259ca;
  box-shadow:         1px 1px 3px 2px #3259ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,89,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3259ca


Comments

No comments written yet.

Please login to write comment.