Color Hex Logo

#3a98ca Color Hex

#3A98CA
(58,152,202)
0 Favorites   0 Comments

Color spaces of #3a98ca

RGB 58152202
HSL0.560.580.51
HSV201°71°79°
CMYK 0.710.250.00   0.21
XYZ23.633827.620359.9627
Yxy27.62030.21250.2483
Hunter Lab52.5550-11.7005-30.8585
CIE-Lab59.5441-11.2074-33.6860

#3a98ca color RGB value is (58,152,202).

#3a98ca hex color red value is 58, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3a98ca hue: 0.56 , saturation: 0.58 and the lightness value of 3a98ca is 0.51.

The process color (four color CMYK) of #3a98ca color hex is 0.71, 0.25, 0.00, 0.21. Web safe color of #3a98ca is #3399cc. Color #3a98ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10011000 11001010
Octal 72 230 312
Decimal 58 152 202
Hex 3A 98 CA

RGB Percentages of Color #3a98ca

%14.08
%36.89
%49.03

CMYK Percentages of Color #3a98ca

%71
%25
%0
%21

Triadic Colors of #3a98ca

#3a98ca #ca3a98 #98ca3a

Analogous Colors of #3a98ca

#3a98ca #3a50ca #3acab4

Monochromatic Colors of #3a98ca

#3a98ca

Complementary Color

#3a98ca #ca6c3a

#3a98ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a98ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a98ca Color CSS Codes

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

#3a98ca Text Font Color

<p style="color:#3a98ca">Text here</p>

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


#3a98ca Background Color

<div style="background-color:#3a98ca">
Div content here</div>

This div background color is #3a98ca


#3a98ca Border Color

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

This div border color is #3a98ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,152,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a98ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a98ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3a98ca;
  box-shadow:         1px 1px 3px 2px #3a98ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,152,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 #3a98ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a98ca


Comments

No comments written yet.

Please login to write comment.