Color Hex Logo

#3896ca Color Hex

#3896CA
(56,150,202)
0 Favorites   0 Comments

Color spaces of #3896ca

RGB 56150202
HSL0.560.580.51
HSV201°72°79°
CMYK 0.720.260.00   0.21
XYZ23.197926.917759.8501
Yxy26.91770.21100.2448
Hunter Lab51.8823-10.9820-32.0779
CIE-Lab58.8981-10.3676-34.6972

#3896ca color RGB value is (56,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010110 11001010
Octal 70 226 312
Decimal 56 150 202
Hex 38 96 CA

RGB Percentages of Color #3896ca

%13.73
%36.76
%49.51

CMYK Percentages of Color #3896ca

%72
%26
%0
%21

Triadic Colors of #3896ca

#3896ca #ca3896 #96ca38

Analogous Colors of #3896ca

#3896ca #384dca #38cab5

Monochromatic Colors of #3896ca

#3896ca

Complementary Color

#3896ca #ca6c38

#3896ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3896ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3896ca Color CSS Codes

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

#3896ca Text Font Color

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

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


#3896ca Background Color

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

This div background color is #3896ca


#3896ca Border Color

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

This div border color is #3896ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3896ca


Comments

No comments written yet.

Please login to write comment.