Color Hex Logo

#3482ca Color Hex

#3482CA
(52,130,202)
0 Favorites   0 Comments

Color spaces of #3482ca

RGB 52130202
HSL0.580.590.50
HSV209°74°79°
CMYK 0.740.360.00   0.21
XYZ20.059520.959658.8655
Yxy20.95960.20080.2098
Hunter Lab45.7817-1.9071-44.1872
CIE-Lab52.90530.6844-44.1263

#3482ca color RGB value is (52,130,202).

#3482ca hex color red value is 52, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3482ca hue: 0.58 , saturation: 0.59 and the lightness value of 3482ca is 0.50.

The process color (four color CMYK) of #3482ca color hex is 0.74, 0.36, 0.00, 0.21. Web safe color of #3482ca is #3399cc. Color #3482ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000010 11001010
Octal 64 202 312
Decimal 52 130 202
Hex 34 82 CA

RGB Percentages of Color #3482ca

%13.54
%33.85
%52.60

CMYK Percentages of Color #3482ca

%74
%36
%0
%21

Triadic Colors of #3482ca

#3482ca #ca3482 #82ca34

Analogous Colors of #3482ca

#3482ca #3437ca #34cac7

Monochromatic Colors of #3482ca

#3482ca

Complementary Color

#3482ca #ca7c34

#3482ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3482ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3482ca Color CSS Codes

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

#3482ca Text Font Color

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

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


#3482ca Background Color

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

This div background color is #3482ca


#3482ca Border Color

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

This div border color is #3482ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,130,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 #3482ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3482ca


Comments

No comments written yet.

Please login to write comment.